GET /api/bet_types/f491652c-2219-44dd-866f-f20c3d5f4977/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f491652c-2219-44dd-866f-f20c3d5f4977",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5eccc86-42ab-4eb7-a111-e76fbca56e4f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "MIA",
                "amount": 5096.0
            },
            {
                "team": "LOS",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0c41ecc-fd08-4c12-8362-5a261fe9b485",
            "gambit_id": "d581e498-8858-490b-9e31-3f17c68dac6a",
            "last_updated": "2022-08-30T09:52:18.170591-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f491652c-2219-44dd-866f-f20c3d5f4977/?format=api"
        },
        {
            "id": "6c913821-56e5-42d7-b574-307811091bf1",
            "gambit_id": "c2f0e145-dd6c-40b4-aab5-46a8d344b013",
            "last_updated": "2022-08-30T09:52:18.171033-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f491652c-2219-44dd-866f-f20c3d5f4977/?format=api"
        }
    ]
}