GET /api/bet_types/bf0a6d18-a4a2-473f-a0b4-80cf48e8332d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf0a6d18-a4a2-473f-a0b4-80cf48e8332d",
    "match": "https://api-prod.gambitprofit.com/api/matches/43ba5a38-8293-4ffd-9299-69b343df973f/?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": "Florida Atlantic",
                "amount": 6610.0
            },
            {
                "team": "Ohio",
                "amount": 3390.0
            }
        ],
        "expected_reward_tokens": 9254.0,
        "profit_sb": 254.0,
        "profit_sb_percentage": 2.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cac7abd-b4c9-4529-b4b7-7432a2d8e892",
            "gambit_id": "db01f054-f494-4905-8e45-2ff0631326ba",
            "last_updated": "2022-09-05T09:47:21.606386-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.40000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf0a6d18-a4a2-473f-a0b4-80cf48e8332d/?format=api"
        },
        {
            "id": "23fec67e-f375-4402-96cd-5835eb976f8a",
            "gambit_id": "c0d0db6b-d9ff-41e6-be27-d0b446c1af7f",
            "last_updated": "2022-09-05T09:47:21.605201-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "2.73000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf0a6d18-a4a2-473f-a0b4-80cf48e8332d/?format=api"
        }
    ]
}