GET /api/bet_types/070c38ee-5a34-4bed-9eae-4f63f5f75511/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "070c38ee-5a34-4bed-9eae-4f63f5f75511",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd47c081-cba3-40a9-8169-5ca2230592ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T00:16:57.879876-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": "Missouri",
                "amount": 5000.0
            },
            {
                "team": "Wake Forest",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a0375fe-c5fb-4513-90ad-e56f33a9cf55",
            "gambit_id": "560de388-7051-4e23-9a96-676d8887e868",
            "last_updated": "2022-12-24T19:11:56.722989-05:00",
            "created_at": "2022-12-23T00:16:57.881084-05:00",
            "name": "Missouri",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/070c38ee-5a34-4bed-9eae-4f63f5f75511/?format=api"
        },
        {
            "id": "cff96b5d-72a3-486f-8685-dce5260c7bca",
            "gambit_id": "adcd0a8d-bd73-464c-a51b-5fb3854b1ebe",
            "last_updated": "2022-12-24T19:11:56.724070-05:00",
            "created_at": "2022-12-23T00:16:57.882315-05:00",
            "name": "Wake Forest",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/070c38ee-5a34-4bed-9eae-4f63f5f75511/?format=api"
        }
    ]
}