GET /api/bet_types/54616417-3879-48ed-9b37-e76af006c002/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54616417-3879-48ed-9b37-e76af006c002",
    "match": "https://api-prod.gambitprofit.com/api/matches/63254ce0-9002-428b-a5b6-0b9965a550e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T14:37:15.248670-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": "Tampa Bay Lightning",
                "amount": 5419.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "76fd79d6-2bf1-4369-bf8a-1e0c963d5cb0",
            "gambit_id": "f5c30928-22ed-4983-91d8-075ebdca2f6e",
            "last_updated": "2023-02-19T15:57:16.841708-05:00",
            "created_at": "2023-02-18T14:37:15.251508-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54616417-3879-48ed-9b37-e76af006c002/?format=api"
        },
        {
            "id": "adc9e01d-8da9-432e-bcc7-ea6a2a1310de",
            "gambit_id": "b416c3ff-a286-49a0-85b0-9673d2cd2dff",
            "last_updated": "2023-02-19T15:57:16.840437-05:00",
            "created_at": "2023-02-18T14:37:15.250051-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54616417-3879-48ed-9b37-e76af006c002/?format=api"
        }
    ]
}