GET /api/bet_types/62669ad5-16b2-44a4-9c31-b678174abbb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62669ad5-16b2-44a4-9c31-b678174abbb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e676289f-006b-4316-ade4-09189cbf5210/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-25T08:58:20.528141-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": "HOU",
                "amount": 6390.0
            },
            {
                "team": "SEA",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b410c85-0dfd-4fe8-b49e-fa30fd62b003",
            "gambit_id": "f532d548-d951-469e-936d-64dfd789c2a3",
            "last_updated": "2023-09-26T10:03:07.026166-04:00",
            "created_at": "2023-09-25T08:58:20.533071-04:00",
            "name": "HOU",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62669ad5-16b2-44a4-9c31-b678174abbb3/?format=api"
        },
        {
            "id": "9737bb96-cac2-4c86-92cc-5f892992f129",
            "gambit_id": "9bff8871-b6a3-4aac-872b-7e94657fb66b",
            "last_updated": "2023-09-26T10:03:07.029897-04:00",
            "created_at": "2023-09-25T08:58:20.546787-04:00",
            "name": "SEA",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62669ad5-16b2-44a4-9c31-b678174abbb3/?format=api"
        }
    ]
}