GET /api/bet_types/b3a21105-2bea-41a0-b22f-f4145fa1824d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3a21105-2bea-41a0-b22f-f4145fa1824d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1631733-2029-4346-a6ce-ed40b69eb9c8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-21T10:17:16.801482-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": "MIA",
                "amount": 6324.0
            },
            {
                "team": "SFO",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0484184-1112-4941-a6a8-76408d6945cd",
            "gambit_id": "148bb8c9-280b-4f5c-8376-0b4085fee20b",
            "last_updated": "2023-05-22T13:37:00.900286-04:00",
            "created_at": "2023-05-21T10:17:16.805374-04:00",
            "name": "MIA",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3a21105-2bea-41a0-b22f-f4145fa1824d/?format=api"
        },
        {
            "id": "9617451d-2b16-44b3-a8e1-e5cdee6078ad",
            "gambit_id": "ca03d5b3-a377-43ed-951b-cd3da1a9c08a",
            "last_updated": "2023-05-22T13:37:00.899020-04:00",
            "created_at": "2023-05-21T10:17:16.803374-04:00",
            "name": "SFO",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3a21105-2bea-41a0-b22f-f4145fa1824d/?format=api"
        }
    ]
}