GET /api/bet_types/55532d95-f855-4f50-ae16-77e29e7dbaed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55532d95-f855-4f50-ae16-77e29e7dbaed",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ebc3f24-d5af-4446-aab1-aecbc1beb96b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-27T09:18:09.295103-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": "New York Rangers",
                "amount": 6547.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "731eeeb3-a752-46ae-b39b-170c64f8088d",
            "gambit_id": "0e6f62ae-c332-40a8-83cf-55453588a8ed",
            "last_updated": "2023-11-28T21:43:01.931671-05:00",
            "created_at": "2023-11-27T09:18:09.303477-05:00",
            "name": "New York Rangers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55532d95-f855-4f50-ae16-77e29e7dbaed/?format=api"
        },
        {
            "id": "ba62862d-78bd-4695-a622-8897e01b069e",
            "gambit_id": "d4415fd2-3d3f-479d-9c8a-71a7675ab135",
            "last_updated": "2023-11-28T21:43:01.926413-05:00",
            "created_at": "2023-11-27T09:18:09.299202-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55532d95-f855-4f50-ae16-77e29e7dbaed/?format=api"
        }
    ]
}