GET /api/bet_types/ad93f364-cf5b-4436-8270-069968641b18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad93f364-cf5b-4436-8270-069968641b18",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1e2743a-556b-4067-8faa-ab5ac52205d4/?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": "UAB",
                "amount": 5000.0
            },
            {
                "team": "Liberty",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5ff7a19-3bca-444d-899d-0ba869a2d1f0",
            "gambit_id": "6e82d7f6-8fce-4752-8821-0689c67269b7",
            "last_updated": "2022-09-11T10:47:31.051298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad93f364-cf5b-4436-8270-069968641b18/?format=api"
        },
        {
            "id": "7a7c231b-7084-423f-bfbd-1fd9cd80a7bc",
            "gambit_id": "f82c5b4f-014b-435c-95da-e661ab8925a3",
            "last_updated": "2022-09-11T10:47:31.050191-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad93f364-cf5b-4436-8270-069968641b18/?format=api"
        }
    ]
}