GET /api/bet_types/336e7e64-63b5-4d2b-9423-79ccddbb9073/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "336e7e64-63b5-4d2b-9423-79ccddbb9073",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b6508ea-cafd-477b-81c1-4d9cecd20a3e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-10T09:38:06.403659-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": "OAK",
                "amount": 5421.0
            },
            {
                "team": "MIL",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb4b27b1-9e95-45bf-bc7d-ddcf119a8d1b",
            "gambit_id": "d99095ca-bf5d-4930-bf5e-9979f976daa4",
            "last_updated": "2023-06-11T11:23:04.873845-04:00",
            "created_at": "2023-06-10T09:38:06.405374-04:00",
            "name": "OAK",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336e7e64-63b5-4d2b-9423-79ccddbb9073/?format=api"
        },
        {
            "id": "8c0deea2-1d47-4d1b-8175-f6f0c9d7b4a1",
            "gambit_id": "97e8813b-eb9a-4eda-8a5e-be9f2a3dbf8f",
            "last_updated": "2023-06-11T11:23:04.875739-04:00",
            "created_at": "2023-06-10T09:38:06.407400-04:00",
            "name": "MIL",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336e7e64-63b5-4d2b-9423-79ccddbb9073/?format=api"
        }
    ]
}