GET /api/bet_types/440736da-c8c0-4baa-abc5-f6323753fb56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "440736da-c8c0-4baa-abc5-f6323753fb56",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdc38605-b0d4-4d37-a3b4-886bd06d2284/?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": "South Carolina",
                "amount": 5000.0
            },
            {
                "team": "Arkansas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "9a5d57bc-6c91-4f9e-86bd-bff63574c6e9",
            "gambit_id": "a7d9b70c-a546-49e9-a072-5545a7910bcf",
            "last_updated": "2022-09-11T11:17:09.608678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440736da-c8c0-4baa-abc5-f6323753fb56/?format=api"
        },
        {
            "id": "97e339c1-6f03-4248-be9c-1a99fb3a3031",
            "gambit_id": "db43dd5c-da2e-408b-8bab-23edafb0b2d1",
            "last_updated": "2022-09-11T11:17:09.607660-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/440736da-c8c0-4baa-abc5-f6323753fb56/?format=api"
        }
    ]
}