GET /api/bet_types/5f23a422-6443-4d6a-85fe-a7a1be67573a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f23a422-6443-4d6a-85fe-a7a1be67573a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8df646f2-57ce-40c6-bc43-bc9ef85c0598/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T17:22:10.251735-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": "Orlando Magic",
                "amount": 5696.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a435a456-e67a-47e8-82a4-4daa531a4f4b",
            "gambit_id": "837da578-1b24-41e6-80aa-4468f50d5ef2",
            "last_updated": "2023-02-26T11:41:56.159069-05:00",
            "created_at": "2023-02-25T17:22:10.252995-05:00",
            "name": "Orlando Magic",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f23a422-6443-4d6a-85fe-a7a1be67573a/?format=api"
        },
        {
            "id": "62be09b3-22b1-46ab-ba11-8dcdd43e02d6",
            "gambit_id": "a549b6e2-01ab-40d0-b618-1ee7842de32a",
            "last_updated": "2023-02-26T11:41:56.160156-05:00",
            "created_at": "2023-02-25T17:22:10.254253-05:00",
            "name": "Indiana Pacers",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f23a422-6443-4d6a-85fe-a7a1be67573a/?format=api"
        }
    ]
}