GET /api/bet_types/ef75cc05-c0d1-450f-b2df-985ef0a61928/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef75cc05-c0d1-450f-b2df-985ef0a61928",
    "match": "https://api-prod.gambitprofit.com/api/matches/05bc4524-aa18-426c-8f82-6f2f6f0474ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-02T08:52:10.245224-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": "LSU",
                "amount": 8264.0
            },
            {
                "team": "Purdue",
                "amount": 1736.0
            }
        ],
        "expected_reward_tokens": 9338.32,
        "profit_sb": 338.32,
        "profit_sb_percentage": 3.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee8d320c-7e45-48e7-a0be-af5b2714abb7",
            "gambit_id": "d3d942bd-5726-46a0-b069-ba8b02c41295",
            "last_updated": "2023-01-03T10:02:05.542357-05:00",
            "created_at": "2023-01-02T08:52:10.246470-05:00",
            "name": "LSU",
            "reward": "1.13000",
            "odds": "1.14290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef75cc05-c0d1-450f-b2df-985ef0a61928/?format=api"
        },
        {
            "id": "7279079a-1d24-4db5-9a9e-0a1c51c001bd",
            "gambit_id": "5c0a8941-9891-4190-9a04-ee2569fd2444",
            "last_updated": "2023-01-03T10:02:05.543494-05:00",
            "created_at": "2023-01-02T08:52:10.247736-05:00",
            "name": "Purdue",
            "reward": "5.38000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef75cc05-c0d1-450f-b2df-985ef0a61928/?format=api"
        }
    ]
}