GET /api/bet_types/35ecd6b6-acb4-4fae-aa9b-edc6a44c993d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35ecd6b6-acb4-4fae-aa9b-edc6a44c993d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f0e8ca3-1a73-474a-b66d-70a9dab7ec9d/?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": "BAL",
                "amount": 5984.0
            },
            {
                "team": "CWS",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9275.2,
        "profit_sb": 275.2,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "885caf59-3f9b-4ade-8a45-15534da1905b",
            "gambit_id": "3c7e0d2f-4a58-4ce2-a562-7606c7b20818",
            "last_updated": "2022-08-25T10:17:08.126011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35ecd6b6-acb4-4fae-aa9b-edc6a44c993d/?format=api"
        },
        {
            "id": "fb09325d-354e-489e-9894-cf7cb4cf678b",
            "gambit_id": "4c7ccc67-a7d3-420e-af41-0fa1cbebfbcb",
            "last_updated": "2022-08-25T10:17:08.126453-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35ecd6b6-acb4-4fae-aa9b-edc6a44c993d/?format=api"
        }
    ]
}