GET /api/bet_types/2155b8fc-00ba-4ed4-8965-17eda3321aaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2155b8fc-00ba-4ed4-8965-17eda3321aaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/6de88b87-a6c0-4b80-af8d-b7eeadef036b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-29T08:41:55.132934-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": "Carolina Hurricanes",
                "amount": 5212.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "59ee44e6-9ee2-45db-942a-2b20da4bbc98",
            "gambit_id": "37012047-e07b-4a6b-9e2e-66dc4c6e4028",
            "last_updated": "2023-01-30T17:46:59.586941-05:00",
            "created_at": "2023-01-29T08:41:55.134111-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2155b8fc-00ba-4ed4-8965-17eda3321aaa/?format=api"
        },
        {
            "id": "1f0ba24b-bd92-43fe-bf86-7ef7b098c043",
            "gambit_id": "768de943-b978-464e-804f-5051ec2a8b31",
            "last_updated": "2023-01-30T17:46:59.588433-05:00",
            "created_at": "2023-01-29T08:41:55.135404-05:00",
            "name": "Boston Bruins",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2155b8fc-00ba-4ed4-8965-17eda3321aaa/?format=api"
        }
    ]
}