GET /api/bet_types/cb058241-f26c-4685-b4da-d1600482453f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb058241-f26c-4685-b4da-d1600482453f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4cca27cb-e563-452d-a70e-74b8bda293be/?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": "Toronto Maple Leafs",
                "amount": 6766.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3234.0
            }
        ],
        "expected_reward_tokens": 9540.06,
        "profit_sb": 40.06,
        "profit_sb_percentage": 0.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "66f9325f-23de-47ab-9d8c-03ab826fd3fe",
            "gambit_id": "dfd294be-210c-4633-809d-0f3dc68ac321",
            "last_updated": "2022-10-17T14:27:40.206067-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.41000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb058241-f26c-4685-b4da-d1600482453f/?format=api"
        },
        {
            "id": "6e70592e-f3e8-4d0a-bed2-4749186a03c0",
            "gambit_id": "ab945c84-156c-4a33-ade8-c449fa3a7973",
            "last_updated": "2022-10-17T14:27:40.207065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "2.95000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb058241-f26c-4685-b4da-d1600482453f/?format=api"
        }
    ]
}