GET /api/bet_types/7d16dc8a-162b-4940-a4d9-3951d58f76ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d16dc8a-162b-4940-a4d9-3951d58f76ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbcfce2a-a6a7-42b2-a946-9a05e0c051da/?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": "Coastal Carolina",
                "amount": 5000.0
            },
            {
                "team": "Virginia",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fffa587d-bb71-483b-89b8-8b13292c69b7",
            "gambit_id": "d4cbca20-da50-437d-9247-d95fd1b27d7b",
            "last_updated": "2022-12-24T17:12:21.989917-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d16dc8a-162b-4940-a4d9-3951d58f76ed/?format=api"
        },
        {
            "id": "75c63740-cae5-47cc-82e1-6bec2eee5516",
            "gambit_id": "49fa0a27-ae16-48e7-8815-f736c374804f",
            "last_updated": "2022-12-24T17:12:21.988790-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d16dc8a-162b-4940-a4d9-3951d58f76ed/?format=api"
        }
    ]
}