GET /api/bet_types/f0a159c7-cacc-42fb-8105-27f9e4df62ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0a159c7-cacc-42fb-8105-27f9e4df62ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/84e3cff8-e469-49b9-a841-131b65dd7fe8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-17T23:07:15.778894-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": "San Diego State",
                "amount": 5000.0
            },
            {
                "team": "Furman",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b60dff2d-cc1d-4281-bc58-5b5fcbd24f82",
            "gambit_id": "4e94457f-065d-4f98-ad3d-cad4a19ace92",
            "last_updated": "2023-03-19T16:37:10.473470-04:00",
            "created_at": "2023-03-17T23:07:15.780570-04:00",
            "name": "San Diego State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0a159c7-cacc-42fb-8105-27f9e4df62ef/?format=api"
        },
        {
            "id": "c132fc36-cf85-442b-af93-c258a240529a",
            "gambit_id": "121559f1-98b6-462b-bd50-e37473156f10",
            "last_updated": "2023-03-19T16:37:10.475181-04:00",
            "created_at": "2023-03-17T23:07:15.782347-04:00",
            "name": "Furman",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0a159c7-cacc-42fb-8105-27f9e4df62ef/?format=api"
        }
    ]
}