GET /api/bet_types/154810ae-a23c-4c86-bec4-d4ac9e570cba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "154810ae-a23c-4c86-bec4-d4ac9e570cba",
    "match": "https://api-prod.gambitprofit.com/api/matches/991bbb58-5d53-49e6-a657-53e0989274db/?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": "Arkansas",
                "amount": 5000.0
            },
            {
                "team": "Mississippi",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "378681a2-f2f2-4dd5-a8c2-856370d35664",
            "gambit_id": "a5d056b0-bad2-4d89-82ed-74d255ecc61e",
            "last_updated": "2022-11-21T09:48:51.066992-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154810ae-a23c-4c86-bec4-d4ac9e570cba/?format=api"
        },
        {
            "id": "eb5b683d-6b79-47d1-90ea-5901bae3d717",
            "gambit_id": "bd16f948-1554-47cb-b950-43799fb16478",
            "last_updated": "2022-11-21T09:48:51.067959-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154810ae-a23c-4c86-bec4-d4ac9e570cba/?format=api"
        }
    ]
}