GET /api/bet_types/cb89ba68-a733-4128-a0ae-7e96ccd542dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb89ba68-a733-4128-a0ae-7e96ccd542dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c89e419c-9711-4c2f-8da5-cbc1aba5f0bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-05T10:57:14.315890-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": "BOS",
                "amount": 5512.0
            },
            {
                "team": "TAM",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "d087e983-6f9a-4500-aae6-12624c50dbe2",
            "gambit_id": "e1dc668c-fa4d-4e7f-bff2-b6f5f2f851dc",
            "last_updated": "2023-06-06T16:02:19.784499-04:00",
            "created_at": "2023-06-05T10:57:14.321782-04:00",
            "name": "BOS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb89ba68-a733-4128-a0ae-7e96ccd542dd/?format=api"
        },
        {
            "id": "fe15ae01-dc39-4bba-820e-919599e35105",
            "gambit_id": "fa09827a-68d2-4889-9eda-ab573473e3ae",
            "last_updated": "2023-06-06T16:02:19.782378-04:00",
            "created_at": "2023-06-05T10:57:14.319035-04:00",
            "name": "TAM",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb89ba68-a733-4128-a0ae-7e96ccd542dd/?format=api"
        }
    ]
}