GET /api/bet_types/5e5cb4d9-fdf6-4b53-8512-22cdff03d653/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e5cb4d9-fdf6-4b53-8512-22cdff03d653",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6c25ec7-e7f0-4cc7-bb40-754662b385aa/?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": "TEX",
                "amount": 6104.0
            },
            {
                "team": "NYY",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1a53561-b976-4907-9465-2dc387c4a09e",
            "gambit_id": "83dc5b77-e1c6-411e-9240-aab40ce9faa4",
            "last_updated": "2022-10-06T10:02:08.185723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e5cb4d9-fdf6-4b53-8512-22cdff03d653/?format=api"
        },
        {
            "id": "992e518d-b708-4439-abc1-d7e92a848f9f",
            "gambit_id": "c5e40bfe-20c2-4765-b345-a60d5f26a137",
            "last_updated": "2022-10-06T10:02:08.186687-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e5cb4d9-fdf6-4b53-8512-22cdff03d653/?format=api"
        }
    ]
}