GET /api/bet_types/1166d70a-5381-41ed-80ae-930691072fc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1166d70a-5381-41ed-80ae-930691072fc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5eb5ea05-74a9-47b4-8943-052b854d4103/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-10T08:43:01.945852-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": "LOS",
                "amount": 6324.0
            },
            {
                "team": "COL",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ce78376-97af-47a5-8272-b6db2fa893d5",
            "gambit_id": "ef88c018-7951-4f4d-ae32-b25c4816657c",
            "last_updated": "2023-08-11T11:03:14.210161-04:00",
            "created_at": "2023-08-10T08:43:01.954584-04:00",
            "name": "LOS",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1166d70a-5381-41ed-80ae-930691072fc8/?format=api"
        },
        {
            "id": "7a3812b1-0fc3-4bbc-a9e1-7779bed8aab6",
            "gambit_id": "c34eff2f-8cb8-4592-8061-4a7addf82595",
            "last_updated": "2023-08-11T11:03:14.203528-04:00",
            "created_at": "2023-08-10T08:43:01.949612-04:00",
            "name": "COL",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1166d70a-5381-41ed-80ae-930691072fc8/?format=api"
        }
    ]
}