GET /api/bet_types/d56820c4-f2e1-4f85-943e-bddcaeeba9c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d56820c4-f2e1-4f85-943e-bddcaeeba9c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/625fee5d-5677-427a-961f-cf6f662847e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T09:28:04.315334-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": "BAL (C Irvin)",
                "amount": 6139.0
            },
            {
                "team": "OAK (K Waldichuk)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "df8d9860-1716-44f6-90e4-0e502c2acfca",
            "gambit_id": "4a0d55ef-070d-4784-a502-66586ce0f3f7",
            "last_updated": "2023-08-21T10:33:12.821379-04:00",
            "created_at": "2023-08-19T09:28:04.323092-04:00",
            "name": "BAL (C Irvin)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d56820c4-f2e1-4f85-943e-bddcaeeba9c2/?format=api"
        },
        {
            "id": "e79e9569-099b-4ace-b5d1-dc6369c4bd5a",
            "gambit_id": "cb09e588-9d08-4968-a772-a64660d7693f",
            "last_updated": "2023-08-21T10:33:12.825088-04:00",
            "created_at": "2023-08-19T09:28:04.331537-04:00",
            "name": "OAK (K Waldichuk)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d56820c4-f2e1-4f85-943e-bddcaeeba9c2/?format=api"
        }
    ]
}