GET /api/bet_types/f5f26e7a-4e4d-4ca2-b2d4-625aac82b56f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5f26e7a-4e4d-4ca2-b2d4-625aac82b56f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2349a54c-bb35-4db3-a979-dd50b4bad860/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T08:43:14.981667-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": "ARI",
                "amount": 5688.0
            },
            {
                "team": "SDG",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "770f2c82-aaf4-4ab5-b5ed-436aeacf4f27",
            "gambit_id": "2fe6331a-879e-4fca-91ef-c3554dafb9e8",
            "last_updated": "2023-08-21T10:13:04.592075-04:00",
            "created_at": "2023-08-18T08:43:14.985095-04:00",
            "name": "ARI",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5f26e7a-4e4d-4ca2-b2d4-625aac82b56f/?format=api"
        },
        {
            "id": "d42b70fc-6808-45a1-9728-d0c82df12a21",
            "gambit_id": "266f46b3-5e8f-46e4-9fc5-16583a31de74",
            "last_updated": "2023-08-21T10:13:04.595702-04:00",
            "created_at": "2023-08-18T08:43:14.988957-04:00",
            "name": "SDG",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5f26e7a-4e4d-4ca2-b2d4-625aac82b56f/?format=api"
        }
    ]
}