GET /api/bet_types/2fc95b7f-f04c-4445-adf3-84bd0daa7096/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fc95b7f-f04c-4445-adf3-84bd0daa7096",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca381868-9b47-4965-9f9b-84e8c9ec9929/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:08.197923-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": "Arizona Coyotes",
                "amount": 6390.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6fa4c53-53fa-43e0-8922-b20458c72741",
            "gambit_id": "89591b5b-a49b-46c6-aa0c-54d771ad2eb9",
            "last_updated": "2023-12-18T11:03:02.178589-05:00",
            "created_at": "2023-12-15T09:13:08.206204-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fc95b7f-f04c-4445-adf3-84bd0daa7096/?format=api"
        },
        {
            "id": "7344cfab-3e59-4004-b64f-f88499fa2272",
            "gambit_id": "53afb119-4859-4c1c-93b7-40eadae6382e",
            "last_updated": "2023-12-18T11:03:02.174641-05:00",
            "created_at": "2023-12-15T09:13:08.202238-05:00",
            "name": "San Jose Sharks",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fc95b7f-f04c-4445-adf3-84bd0daa7096/?format=api"
        }
    ]
}