GET /api/bet_types/91aa9bb1-d18b-4beb-9ec5-a0865c0458d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91aa9bb1-d18b-4beb-9ec5-a0865c0458d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7d9cd7f-955b-4b15-991d-38f4de51d34b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-12T08:57:11.258965-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": "Calgary Flames",
                "amount": 6856.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "e024b6b9-2f80-4ad1-ad8a-004b897715c7",
            "gambit_id": "cb47a944-9c4c-4e97-ab60-73a802b1a638",
            "last_updated": "2023-04-13T17:17:15.728524-04:00",
            "created_at": "2023-04-12T08:57:11.261974-04:00",
            "name": "Calgary Flames",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91aa9bb1-d18b-4beb-9ec5-a0865c0458d8/?format=api"
        },
        {
            "id": "5f6a51fb-759a-4676-b3a5-3aa0edaa9bf1",
            "gambit_id": "7791166a-37ca-4134-8fe3-f0e4be5b34c1",
            "last_updated": "2023-04-13T17:17:15.730676-04:00",
            "created_at": "2023-04-12T08:57:11.269286-04:00",
            "name": "San Jose Sharks",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91aa9bb1-d18b-4beb-9ec5-a0865c0458d8/?format=api"
        }
    ]
}