GET /api/bet_types/654d870b-3423-4e7f-83a5-f668c393e75d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "654d870b-3423-4e7f-83a5-f668c393e75d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1afc521c-ad27-42c3-9efe-d1bab93e9125/?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": "Baltimore Ravens",
                "amount": 5397.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4603.0
            }
        ],
        "expected_reward_tokens": 9066.96,
        "profit_sb": 66.96,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf511a0a-5f57-4e74-8ccb-4748cf035c18",
            "gambit_id": "006293b2-d991-4834-ace8-59327e5c47d5",
            "last_updated": "2022-11-08T11:07:31.634450-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/654d870b-3423-4e7f-83a5-f668c393e75d/?format=api"
        },
        {
            "id": "b253415d-adf8-4b4d-9915-6ec5e2fc3fd4",
            "gambit_id": "331a9280-d53f-4b20-8bef-965f4005dd9b",
            "last_updated": "2022-11-08T11:07:31.633254-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/654d870b-3423-4e7f-83a5-f668c393e75d/?format=api"
        }
    ]
}