GET /api/bet_types/a57bebda-70ef-41d2-a680-7d2a96ec3d28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a57bebda-70ef-41d2-a680-7d2a96ec3d28",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b0fdc16-cde2-433a-8d41-acbc7ea9cfb9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:10.756301-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": "MIA",
                "amount": 6020.0
            },
            {
                "team": "NYM",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3aa5563-1976-49eb-9c37-21413ca4aaaa",
            "gambit_id": "8da1b797-cf5e-4bbb-a2c5-2ed648dd98ea",
            "last_updated": "2023-04-10T14:31:59.540240-04:00",
            "created_at": "2023-04-09T09:27:10.766650-04:00",
            "name": "MIA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a57bebda-70ef-41d2-a680-7d2a96ec3d28/?format=api"
        },
        {
            "id": "a1fc37c0-f8a2-4185-90eb-1383285893b8",
            "gambit_id": "3ed3f71d-78a3-4f73-867f-c0966d520f83",
            "last_updated": "2023-04-10T14:31:59.538340-04:00",
            "created_at": "2023-04-09T09:27:10.763615-04:00",
            "name": "NYM",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a57bebda-70ef-41d2-a680-7d2a96ec3d28/?format=api"
        }
    ]
}