GET /api/bet_types/afdbc15f-9c55-4149-b256-575b371bfe40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afdbc15f-9c55-4149-b256-575b371bfe40",
    "match": "https://api-prod.gambitprofit.com/api/matches/e26c2250-4b5c-41b7-bb42-bdd975d4a7ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Florida Panthers",
                "amount": 6482.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae075ae5-87f8-4753-be8d-8f9e91758f7e",
            "gambit_id": "96109165-223a-4b27-9c84-c6f245da60a9",
            "last_updated": "2022-11-04T09:12:34.723991-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afdbc15f-9c55-4149-b256-575b371bfe40/?format=api"
        },
        {
            "id": "afcab6df-aa39-401c-becc-b6b03bba2f8a",
            "gambit_id": "3584fbec-2b03-493e-b980-838f5ffaefe9",
            "last_updated": "2022-11-04T09:12:34.724977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afdbc15f-9c55-4149-b256-575b371bfe40/?format=api"
        }
    ]
}