GET /api/bet_types/8479d31f-444b-4d27-8032-7a64af601ba9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8479d31f-444b-4d27-8032-7a64af601ba9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f3352bd-8ead-4cb1-b6fe-1c5f22cf8c0d/?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 State",
                "amount": 5106.0
            },
            {
                "team": "Georgia Southern",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "657409c1-6d83-42c7-bc2c-a4dfd904ccdd",
            "gambit_id": "78b52305-32dc-4986-97b7-0144cb240cec",
            "last_updated": "2022-10-11T10:52:30.559263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8479d31f-444b-4d27-8032-7a64af601ba9/?format=api"
        },
        {
            "id": "fbe97f7f-2102-4a57-bf81-cf0219992938",
            "gambit_id": "b8095955-de8a-4718-8a91-2d38760cca9f",
            "last_updated": "2022-10-11T10:52:30.560210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8479d31f-444b-4d27-8032-7a64af601ba9/?format=api"
        }
    ]
}