GET /api/bet_types/8a231b66-de23-4fa6-b462-432860928fe9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a231b66-de23-4fa6-b462-432860928fe9",
    "match": "https://api-prod.gambitprofit.com/api/matches/abc3cbe8-f23e-4207-87f2-37f04adcfc0a/?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": "Los Angeles Rams",
                "amount": 7833.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 2167.0
            }
        ],
        "expected_reward_tokens": 9556.26,
        "profit_sb": 56.26,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "69ea09f7-4a24-4c07-aa95-4e93b27e8869",
            "gambit_id": "298780c1-1b01-4f36-bac8-b0a799276ead",
            "last_updated": "2022-10-17T15:12:29.929187-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.22000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a231b66-de23-4fa6-b462-432860928fe9/?format=api"
        },
        {
            "id": "8b51224e-492d-4a55-8d54-689efce84d9e",
            "gambit_id": "978fde39-110b-4c0b-9f62-caedcbd88929",
            "last_updated": "2022-10-17T15:12:29.930235-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "4.41000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a231b66-de23-4fa6-b462-432860928fe9/?format=api"
        }
    ]
}