GET /api/bet_types/53a1dea6-5f9c-473c-82e1-964790452080/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53a1dea6-5f9c-473c-82e1-964790452080",
    "match": "https://api-prod.gambitprofit.com/api/matches/740cdbc3-cf4e-413f-8f96-8732832a4999/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:12.868898-04: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": "MIN",
                "amount": 5599.0
            },
            {
                "team": "TOR",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0f3f39c-1e69-4434-a5ad-a7aad5e566b9",
            "gambit_id": "ec0dd368-d7db-4177-ac62-3cc6b44c9ce3",
            "last_updated": "2023-05-27T16:17:18.038875-04:00",
            "created_at": "2023-05-26T11:52:12.873523-04:00",
            "name": "MIN",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53a1dea6-5f9c-473c-82e1-964790452080/?format=api"
        },
        {
            "id": "58e5d2bd-961b-4680-a689-01bc0541090d",
            "gambit_id": "ee8803d6-e217-48fa-9d99-96c2c5493bd8",
            "last_updated": "2023-05-27T16:17:18.037100-04:00",
            "created_at": "2023-05-26T11:52:12.871302-04:00",
            "name": "TOR",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53a1dea6-5f9c-473c-82e1-964790452080/?format=api"
        }
    ]
}