GET /api/bet_types/abc390f2-2b4e-4bd9-92c0-d7014d519f7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abc390f2-2b4e-4bd9-92c0-d7014d519f7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b94b525-239e-47e2-9219-e9933d456497/?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": "Florida",
                "amount": 5000.0
            },
            {
                "team": "Tennessee",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "afc0f0f2-ef5d-4998-ba24-70e98c67f457",
            "gambit_id": "195717a6-8a47-4e28-a604-727ad667aaaf",
            "last_updated": "2022-09-25T19:52:04.311918-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc390f2-2b4e-4bd9-92c0-d7014d519f7f/?format=api"
        },
        {
            "id": "ac292c8b-6230-4ca4-a72e-2306de203ed8",
            "gambit_id": "ae93c428-d1c5-4c79-91bb-68ac22cf1a59",
            "last_updated": "2022-09-25T19:52:04.310978-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc390f2-2b4e-4bd9-92c0-d7014d519f7f/?format=api"
        }
    ]
}