GET /api/bet_types/36801868-87e9-4dc5-8729-420328b002f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36801868-87e9-4dc5-8729-420328b002f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e1a8d5e-9492-40ba-9a8f-4b754b2b4506/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "CHC",
                "amount": 5906.0
            },
            {
                "team": "SFO",
                "amount": 4094.0
            }
        ],
        "expected_reward_tokens": 9211.5,
        "profit_sb": 211.5,
        "profit_sb_percentage": 2.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "f0532e98-c06b-41ec-9486-a51d08f2e428",
            "gambit_id": "cfa4441a-902e-4644-a720-c8dc15849ab1",
            "last_updated": "2022-09-11T18:01:58.401680-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.56000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36801868-87e9-4dc5-8729-420328b002f2/?format=api"
        },
        {
            "id": "53a67d37-ddbd-4f49-8c2b-349849a5fe4e",
            "gambit_id": "745be11e-3fb2-4741-a4ab-404217a60ff7",
            "last_updated": "2022-09-11T18:01:58.402883-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36801868-87e9-4dc5-8729-420328b002f2/?format=api"
        }
    ]
}