GET /api/bet_types/b28db55b-68fe-480e-99c5-f43b9dcfdf0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b28db55b-68fe-480e-99c5-f43b9dcfdf0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7053de4f-b001-4370-88f4-0da50568d1b3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:59.138593-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": "Vegas Golden Knights",
                "amount": 5107.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfb28df5-e514-49a1-996f-9a83e0336da3",
            "gambit_id": "094b8861-813c-4c9e-b7bb-fbcf290e14f7",
            "last_updated": "2023-05-22T14:47:00.998355-04:00",
            "created_at": "2023-05-20T10:51:59.140262-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b28db55b-68fe-480e-99c5-f43b9dcfdf0b/?format=api"
        },
        {
            "id": "66b58837-63df-441a-8c62-dd43c5cd1b61",
            "gambit_id": "b26168a3-23ce-415c-b6c0-6454a670544f",
            "last_updated": "2023-05-22T14:47:00.999887-04:00",
            "created_at": "2023-05-20T10:51:59.141959-04:00",
            "name": "Dallas Stars",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b28db55b-68fe-480e-99c5-f43b9dcfdf0b/?format=api"
        }
    ]
}