GET /api/bet_types/5418280b-1b9c-4548-b043-c27132c8b38d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5418280b-1b9c-4548-b043-c27132c8b38d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0195097-1715-4825-83e7-82b78e93ef5d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:57.206246-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0dbdf019-f4a3-431c-8f2f-e5d9c5514775",
            "gambit_id": "dfccb04d-1aa5-457f-bc38-63862810e762",
            "last_updated": "2023-11-14T09:18:05.809483-05:00",
            "created_at": "2023-11-12T09:32:57.212569-05:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5418280b-1b9c-4548-b043-c27132c8b38d/?format=api"
        },
        {
            "id": "45bc53b8-6439-43e8-893d-a1efb667a618",
            "gambit_id": "ce531d32-4256-4eb0-8471-3e50c4356eeb",
            "last_updated": "2023-11-14T09:18:05.827595-05:00",
            "created_at": "2023-11-12T09:32:57.219431-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5418280b-1b9c-4548-b043-c27132c8b38d/?format=api"
        }
    ]
}