GET /api/bet_types/a3f5d567-2f4d-4426-b7e2-aa8f8b2faca8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3f5d567-2f4d-4426-b7e2-aa8f8b2faca8",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc3fa708-4603-43e5-8b15-725e5a989e51/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-08T14:32:09.013602-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": "Miami Heat",
                "amount": 6991.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3009.0
            }
        ],
        "expected_reward_tokens": 9507.76,
        "profit_sb": 7.76,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "0421f991-0e62-48fa-86fb-883188e5bae3",
            "gambit_id": "ca6ffa92-d76e-45b6-beac-b57018db5602",
            "last_updated": "2023-02-09T11:12:08.382581-05:00",
            "created_at": "2023-02-08T14:32:09.014901-05:00",
            "name": "Miami Heat",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f5d567-2f4d-4426-b7e2-aa8f8b2faca8/?format=api"
        },
        {
            "id": "f305f94e-7948-42d8-991a-81ec78f59368",
            "gambit_id": "a587b232-1df9-4665-abe4-f5113d746d7b",
            "last_updated": "2023-02-09T11:12:08.384123-05:00",
            "created_at": "2023-02-08T14:32:09.016253-05:00",
            "name": "Indiana Pacers",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f5d567-2f4d-4426-b7e2-aa8f8b2faca8/?format=api"
        }
    ]
}