GET /api/bet_types/d4247ee6-c4e1-40d1-bb8e-cd0ee16c2ce9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4247ee6-c4e1-40d1-bb8e-cd0ee16c2ce9",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb467d1b-a7b6-469d-a85f-3ef14a3d78e7/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:57.126349-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": "St Louis Blues",
                "amount": 6253.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d643bfc-7cc8-43ae-90e6-6e7cb55ff275",
            "gambit_id": "0c40795c-f759-402d-85a7-839d92706605",
            "last_updated": "2022-12-25T11:22:00.614520-05:00",
            "created_at": "2022-12-23T09:06:57.128849-05:00",
            "name": "St Louis Blues",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4247ee6-c4e1-40d1-bb8e-cd0ee16c2ce9/?format=api"
        },
        {
            "id": "d1f8e86f-db90-41b9-af6b-6c560f2db3f1",
            "gambit_id": "ee295626-18a1-4f30-a12c-f206ff460060",
            "last_updated": "2022-12-25T11:22:00.613412-05:00",
            "created_at": "2022-12-23T09:06:57.127615-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4247ee6-c4e1-40d1-bb8e-cd0ee16c2ce9/?format=api"
        }
    ]
}