GET /api/bet_types/1c19f9ac-1dc8-419b-95b8-655a5bb4a6d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c19f9ac-1dc8-419b-95b8-655a5bb4a6d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/13304f03-0616-4045-8f1d-81f1228c3b4a/?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": "PIT",
                "amount": 5405.0
            },
            {
                "team": "BAL",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5b756fc-beb8-4468-93ec-a7cd0a03de2e",
            "gambit_id": "3eada100-f313-4f73-90d1-34dcc77cb1e5",
            "last_updated": "2022-08-08T11:02:07.973228-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c19f9ac-1dc8-419b-95b8-655a5bb4a6d3/?format=api"
        },
        {
            "id": "46bbcc1c-f574-4929-8c6e-a1338f7050d4",
            "gambit_id": "cd490f7c-ad43-4b65-8ff2-5ea77b03bc64",
            "last_updated": "2022-08-08T11:02:07.972831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c19f9ac-1dc8-419b-95b8-655a5bb4a6d3/?format=api"
        }
    ]
}