GET /api/bet_types/3fa2362f-7e49-4e02-ad67-079bae8a0f1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fa2362f-7e49-4e02-ad67-079bae8a0f1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f05328d-5ce7-441f-9418-883b9b1861d7/?format=api",
    "name": "Pick the Winner",
    "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": "Denver Broncos",
                "amount": 7083.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 2917.0
            }
        ],
        "expected_reward_tokens": 9420.39,
        "profit_sb": 420.39,
        "profit_sb_percentage": 4.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "91b211f3-7d5e-4f6d-967f-eda7481de90d",
            "gambit_id": "f572bbce-a524-41e1-a07b-537b94b22fc7",
            "last_updated": "2022-09-13T09:42:07.876043-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.33000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fa2362f-7e49-4e02-ad67-079bae8a0f1d/?format=api"
        },
        {
            "id": "ca92da52-c067-4969-a08f-ea701f76d424",
            "gambit_id": "1153a379-0be9-4f9c-8ab3-36c5882c5a27",
            "last_updated": "2022-09-13T09:42:07.874984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "3.23000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fa2362f-7e49-4e02-ad67-079bae8a0f1d/?format=api"
        }
    ]
}