GET /api/bet_types/1d4c1e59-3f8d-41e1-964a-58d6cd81b058/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d4c1e59-3f8d-41e1-964a-58d6cd81b058",
    "match": "https://api-prod.gambitprofit.com/api/matches/f215b3ed-c969-498c-bbb7-01a379436bc9/?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": "Southern Miss",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "16c37730-35c2-43a3-bcc8-0477c6a85ca1",
            "gambit_id": "a008d177-9da7-4424-9a12-06ae40e0b157",
            "last_updated": "2022-11-14T09:33:43.523508-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4c1e59-3f8d-41e1-964a-58d6cd81b058/?format=api"
        },
        {
            "id": "ab6408d8-4fc0-4883-96a1-9349e5f461a1",
            "gambit_id": "26aafea1-95c7-4c78-a759-04643b817f42",
            "last_updated": "2022-11-14T09:33:43.524470-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4c1e59-3f8d-41e1-964a-58d6cd81b058/?format=api"
        }
    ]
}