GET /api/bet_types/d9c11c56-1f87-4ee0-850a-d912e62ddc72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9c11c56-1f87-4ee0-850a-d912e62ddc72",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfc3f0b9-dfd5-4517-869a-02800d23c9b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:10.323616-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": "Arizona",
                "amount": 5000.0
            },
            {
                "team": "Princeton",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "06a1978a-a1cb-4086-8a57-8a6f07e8fe68",
            "gambit_id": "0a0a2f0f-bf23-49f3-85f1-b8cce2f9d4de",
            "last_updated": "2023-03-17T10:42:25.199982-04:00",
            "created_at": "2023-03-14T19:52:10.325101-04:00",
            "name": "Arizona",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9c11c56-1f87-4ee0-850a-d912e62ddc72/?format=api"
        },
        {
            "id": "dd8a8260-2531-4eed-a515-48c2ad8b1270",
            "gambit_id": "58912da6-5ac8-4b40-b2da-d8bc751f6958",
            "last_updated": "2023-03-17T10:42:25.201045-04:00",
            "created_at": "2023-03-14T19:52:10.326760-04:00",
            "name": "Princeton",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9c11c56-1f87-4ee0-850a-d912e62ddc72/?format=api"
        }
    ]
}