GET /api/bet_types/4a30dfbb-c99f-4d24-8628-5e33d935fd8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a30dfbb-c99f-4d24-8628-5e33d935fd8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/26ac8d7f-855b-486d-b3d9-36d29182cf87/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-12T10:17:05.638993-04: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": "Oklahoma City Thunder",
                "amount": 6100.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "08e1778c-ddf2-42a9-bff4-93120f55467d",
            "gambit_id": "86821bd4-1c44-471f-9aca-2723fcc2819d",
            "last_updated": "2023-03-13T18:57:09.061840-04:00",
            "created_at": "2023-03-12T10:17:05.642161-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a30dfbb-c99f-4d24-8628-5e33d935fd8c/?format=api"
        },
        {
            "id": "0738586c-d237-46e9-a685-f1fea5a66041",
            "gambit_id": "ecbbd154-c163-4e88-93b4-87b37a4cf825",
            "last_updated": "2023-03-13T18:57:09.059466-04:00",
            "created_at": "2023-03-12T10:17:05.640488-04:00",
            "name": "San Antonio Spurs",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a30dfbb-c99f-4d24-8628-5e33d935fd8c/?format=api"
        }
    ]
}