GET /api/bet_types/8301664e-5604-4f20-8f37-d90af25536cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8301664e-5604-4f20-8f37-d90af25536cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c61250f-8765-4adc-9f7d-65ae8c4e9ca6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-09T09:23:05.445609-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": "Calgary Flames",
                "amount": 5423.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f151632-f0ed-441c-8367-999a7a0a92c4",
            "gambit_id": "6cbd64ac-ad74-4d4e-bd63-07760f5a761b",
            "last_updated": "2024-01-11T11:08:04.097471-05:00",
            "created_at": "2024-01-09T09:23:05.453615-05:00",
            "name": "Calgary Flames",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8301664e-5604-4f20-8f37-d90af25536cb/?format=api"
        },
        {
            "id": "c6ebb04e-1dc3-4889-8c4a-875534a915b4",
            "gambit_id": "4e89b749-3019-4643-b202-af19d3908bea",
            "last_updated": "2024-01-11T11:08:04.093794-05:00",
            "created_at": "2024-01-09T09:23:05.449745-05:00",
            "name": "Ottawa Senators",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8301664e-5604-4f20-8f37-d90af25536cb/?format=api"
        }
    ]
}