GET /api/bet_types/2aa12bc7-4ccc-4c72-a7c3-eb5555d70309/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2aa12bc7-4ccc-4c72-a7c3-eb5555d70309",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fecf4cc-7cab-4fee-aae5-680d87a82f1f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:55.413872-04: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": 5421.0
            },
            {
                "team": "CHC",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "abf79d2f-b28a-4d5c-b4bb-a2cc197669c1",
            "gambit_id": "fdec193b-498d-4cf3-8826-2c646d24c517",
            "last_updated": "2023-05-11T23:12:05.890539-04:00",
            "created_at": "2023-05-06T11:51:55.417602-04:00",
            "name": "MIA",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aa12bc7-4ccc-4c72-a7c3-eb5555d70309/?format=api"
        },
        {
            "id": "b808b062-df19-435d-8eb5-e055b2cb1688",
            "gambit_id": "24497e49-fd21-44ff-8c2e-95f74279237c",
            "last_updated": "2023-05-11T23:12:05.888558-04:00",
            "created_at": "2023-05-06T11:51:55.415474-04:00",
            "name": "CHC",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2aa12bc7-4ccc-4c72-a7c3-eb5555d70309/?format=api"
        }
    ]
}