GET /api/bet_types/afcf742c-dc90-4e3d-b39f-291183a41231/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afcf742c-dc90-4e3d-b39f-291183a41231",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fa87f76-4f5a-4a03-8607-30a3e3c1e7b8/?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": "Georgia",
                "amount": 5000.0
            },
            {
                "team": "South Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8800.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "78b2b8e2-c3f4-4827-8686-9619faa0851e",
            "gambit_id": "b7e73e55-f324-4512-a63e-4d1207b4e70e",
            "last_updated": "2022-09-18T18:12:28.180035-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.76000",
            "odds": "1.90910",
            "spread": "-25.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afcf742c-dc90-4e3d-b39f-291183a41231/?format=api"
        },
        {
            "id": "299c4842-2014-43c4-abfd-4d69d37fecdf",
            "gambit_id": "492855cd-7c7f-4863-bc71-71aaf8b6db70",
            "last_updated": "2022-09-18T18:12:28.179052-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.76000",
            "odds": "1.90910",
            "spread": "25.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afcf742c-dc90-4e3d-b39f-291183a41231/?format=api"
        }
    ]
}