GET /api/bet_types/efbf7b26-0ec2-4937-bede-0ca587b72f55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efbf7b26-0ec2-4937-bede-0ca587b72f55",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a34585-aa16-4835-bc78-bba5bba22e32/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 5419.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "f540e051-3901-493c-a3e0-110d3bb59ae7",
            "gambit_id": "2caa586d-7723-4d07-b5a5-a6c7b2984356",
            "last_updated": "2022-10-12T10:17:00.694091-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efbf7b26-0ec2-4937-bede-0ca587b72f55/?format=api"
        },
        {
            "id": "f6845511-1341-4ea2-83d9-e0df19e6b06b",
            "gambit_id": "615dc1ac-d8dd-4101-aba3-73e97aa58618",
            "last_updated": "2022-10-12T10:17:00.695073-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efbf7b26-0ec2-4937-bede-0ca587b72f55/?format=api"
        }
    ]
}