GET /api/bet_types/f6fb260e-7f30-41aa-8d69-794fede42b99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6fb260e-7f30-41aa-8d69-794fede42b99",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3b426c8-4239-45cf-90e3-5474689bb8d3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-20T13:31:55.602147-05: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": "Buffalo Bills",
                "amount": 5106.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "d921c461-3b38-4e12-9c6b-17304f477b8f",
            "gambit_id": "c44e5704-6dea-4719-aadd-06343a812d0b",
            "last_updated": "2023-01-23T14:01:54.043674-05:00",
            "created_at": "2023-01-20T13:31:55.603288-05:00",
            "name": "Buffalo Bills",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6fb260e-7f30-41aa-8d69-794fede42b99/?format=api"
        },
        {
            "id": "abfd3325-02f4-478b-9c10-4e6935de335a",
            "gambit_id": "ddc3be16-ad10-4de5-9be5-69822225d1a1",
            "last_updated": "2023-01-23T14:01:54.044850-05:00",
            "created_at": "2023-01-20T13:31:55.604580-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6fb260e-7f30-41aa-8d69-794fede42b99/?format=api"
        }
    ]
}