GET /api/bet_types/3463784f-96a6-47db-84df-24527c86452e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3463784f-96a6-47db-84df-24527c86452e",
    "match": "https://api-prod.gambitprofit.com/api/matches/76bc004f-beee-401f-99e0-4d03062b7f30/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:57.372301-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": "Florida Panthers",
                "amount": 6849.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "71643315-e217-48aa-b3cf-6eb6695f119e",
            "gambit_id": "56da66a5-9d5c-49f7-b5b1-9b22f82908d7",
            "last_updated": "2023-10-26T10:18:03.573917-04:00",
            "created_at": "2023-10-24T08:57:57.382055-04:00",
            "name": "Florida Panthers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3463784f-96a6-47db-84df-24527c86452e/?format=api"
        },
        {
            "id": "f629355f-6bba-4d4d-a735-b3968408ec29",
            "gambit_id": "3e980140-f462-4fad-9b7d-aee69a36f047",
            "last_updated": "2023-10-26T10:18:03.569559-04:00",
            "created_at": "2023-10-24T08:57:57.377239-04:00",
            "name": "San Jose Sharks",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3463784f-96a6-47db-84df-24527c86452e/?format=api"
        }
    ]
}