GET /api/bet_types/858925eb-c2ee-4edd-b2c3-076d7d5c34a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "858925eb-c2ee-4edd-b2c3-076d7d5c34a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/78a8cbe2-791f-4177-bbb8-e647d2be3642/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-23T12:41:49.252875-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": "Los Angeles Kings",
                "amount": 6100.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "b978a566-5a3d-4c37-9e16-cf4f2d0f73a9",
            "gambit_id": "5cf3c494-487e-415d-bc4e-e833b13948a7",
            "last_updated": "2023-04-24T13:02:14.524408-04:00",
            "created_at": "2023-04-23T12:41:49.254572-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/858925eb-c2ee-4edd-b2c3-076d7d5c34a2/?format=api"
        },
        {
            "id": "97537f2f-c557-4460-8484-6a66c24c7a1d",
            "gambit_id": "1757320d-c833-4bbf-bd41-eae534dd6598",
            "last_updated": "2023-04-24T13:02:14.526816-04:00",
            "created_at": "2023-04-23T12:41:49.256353-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/858925eb-c2ee-4edd-b2c3-076d7d5c34a2/?format=api"
        }
    ]
}