GET /api/bet_types/b6f1d3e9-1418-4ad5-a3dd-0dc1fd09f56d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6f1d3e9-1418-4ad5-a3dd-0dc1fd09f56d",
    "match": "https://api-prod.gambitprofit.com/api/matches/45c3562e-4faa-4705-b0fc-2be949720377/?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": "Kansas State",
                "amount": 5106.0
            },
            {
                "team": "TCU",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "57cfa346-b238-48cf-bed9-ab3c62fa7f35",
            "gambit_id": "6e027308-b302-416a-99d4-b7617b5a4994",
            "last_updated": "2022-10-23T21:41:54.638677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6f1d3e9-1418-4ad5-a3dd-0dc1fd09f56d/?format=api"
        },
        {
            "id": "04269e80-e267-4eeb-b551-07c7da6b9351",
            "gambit_id": "d077a052-c781-42a0-8a6d-b6b015009978",
            "last_updated": "2022-10-23T21:41:54.639714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6f1d3e9-1418-4ad5-a3dd-0dc1fd09f56d/?format=api"
        }
    ]
}