GET /api/bet_types/8486dc37-6148-4894-a28e-cf6eb4306b67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8486dc37-6148-4894-a28e-cf6eb4306b67",
    "match": "https://api-prod.gambitprofit.com/api/matches/104c2f5a-dc5f-40ad-99dd-9bbc8c8287ab/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-01T12:27:16.181666-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": "SFO",
                "amount": 5213.0
            },
            {
                "team": "HOU",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e28bbab-e30e-4fd1-aec3-ff33c3782d40",
            "gambit_id": "730eedc9-279f-4fac-891f-e02dde7a2d68",
            "last_updated": "2023-05-02T11:52:09.310774-04:00",
            "created_at": "2023-05-01T12:27:16.185274-04:00",
            "name": "SFO",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8486dc37-6148-4894-a28e-cf6eb4306b67/?format=api"
        },
        {
            "id": "4871c34d-7df0-499b-99d8-eb449450202c",
            "gambit_id": "467dd662-76f5-406c-bd5e-e7ca254e3667",
            "last_updated": "2023-05-02T11:52:09.309531-04:00",
            "created_at": "2023-05-01T12:27:16.183432-04:00",
            "name": "HOU",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8486dc37-6148-4894-a28e-cf6eb4306b67/?format=api"
        }
    ]
}