GET /api/bet_types/20ea0cbf-d59c-40f4-af68-3fe1dfcbad97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20ea0cbf-d59c-40f4-af68-3fe1dfcbad97",
    "match": "https://api-prod.gambitprofit.com/api/matches/d65e6470-dd39-499e-9dc8-b923ab6454e7/?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": "ATL",
                "amount": 5399.0
            },
            {
                "team": "WAS",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "a32342f1-b0f7-4218-b2f8-e02b36b7cdeb",
            "gambit_id": "7489e823-74d1-47cb-b667-9793d49152e3",
            "last_updated": "2022-09-28T09:12:15.221309-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20ea0cbf-d59c-40f4-af68-3fe1dfcbad97/?format=api"
        },
        {
            "id": "21f4055e-f33e-4d0d-a526-dc7876973988",
            "gambit_id": "00fef312-afd3-4d62-ae09-6397ec65bfcc",
            "last_updated": "2022-09-28T09:12:15.220209-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20ea0cbf-d59c-40f4-af68-3fe1dfcbad97/?format=api"
        }
    ]
}