GET /api/bet_types/77f05a44-d02d-486c-b5c4-b0a21841fd70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77f05a44-d02d-486c-b5c4-b0a21841fd70",
    "match": "https://api-prod.gambitprofit.com/api/matches/910e5eb6-2972-412b-b0b9-5683049cd8fd/?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": "Nebraska",
                "amount": 5000.0
            },
            {
                "team": "Minnesota",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6912b3d9-42bc-44b9-a66b-9d79752734c2",
            "gambit_id": "c909b8a8-9f46-4e26-a42d-54a33e75becc",
            "last_updated": "2022-11-06T08:27:19.598705-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nebraska",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f05a44-d02d-486c-b5c4-b0a21841fd70/?format=api"
        },
        {
            "id": "2f042e37-8e3b-49b8-ac98-5fdf3f40e991",
            "gambit_id": "9b6c46d2-7b77-4ae4-b2db-2b76efed5d88",
            "last_updated": "2022-11-06T08:27:19.599675-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f05a44-d02d-486c-b5c4-b0a21841fd70/?format=api"
        }
    ]
}