GET /api/bet_types/fcf8da86-b01b-42b7-8ce1-c9be121e1735/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fcf8da86-b01b-42b7-8ce1-c9be121e1735",
    "match": "https://api-prod.gambitprofit.com/api/matches/500a095e-fcbd-4c52-b700-a94dacb9f564/?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": "Alabama",
                "amount": 5000.0
            },
            {
                "team": "Texas A&M",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff08ef2e-dd2e-4ba0-8439-96fcf6e31bc8",
            "gambit_id": "075ed082-c692-471a-85a2-12cf98e43d0f",
            "last_updated": "2022-10-11T11:32:05.680648-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-24.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcf8da86-b01b-42b7-8ce1-c9be121e1735/?format=api"
        },
        {
            "id": "55790dfd-1a40-4986-bc76-97f1c68c325d",
            "gambit_id": "49782299-e3bc-49d6-bfc5-0ad614d148bd",
            "last_updated": "2022-10-11T11:32:05.681650-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "24.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcf8da86-b01b-42b7-8ce1-c9be121e1735/?format=api"
        }
    ]
}