GET /api/bet_types/23fb0686-100f-41a8-8b85-b0198b9bad06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23fb0686-100f-41a8-8b85-b0198b9bad06",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1d3a85b-4edb-42a6-a813-56be5c513e84/?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": "TAM",
                "amount": 6482.0
            },
            {
                "team": "TOR",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc2048b1-c944-43f6-8951-57d519410d1e",
            "gambit_id": "380a2f41-d9d3-45d3-8df1-11c6293f9439",
            "last_updated": "2022-09-15T11:07:07.375489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23fb0686-100f-41a8-8b85-b0198b9bad06/?format=api"
        },
        {
            "id": "067173e2-6edd-46ff-a879-691812736c16",
            "gambit_id": "4a59ed39-f3a4-45ae-ae91-fa359ce143ec",
            "last_updated": "2022-09-15T11:07:07.374479-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23fb0686-100f-41a8-8b85-b0198b9bad06/?format=api"
        }
    ]
}