GET /api/bet_types/6277411f-b02f-4dae-b478-3ba68988a738/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6277411f-b02f-4dae-b478-3ba68988a738",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bb839c6-0ab7-406b-8caf-eef196a93b88/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:53:01.194775-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": "Minnesota Wild",
                "amount": 5614.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "43f38f6b-c1a9-4f73-8d79-b652ad2d7931",
            "gambit_id": "bb92d232-7f80-4cb1-9613-990e89b19dfa",
            "last_updated": "2023-12-21T10:18:18.671711-05:00",
            "created_at": "2023-12-19T08:53:01.199508-05:00",
            "name": "Minnesota Wild",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6277411f-b02f-4dae-b478-3ba68988a738/?format=api"
        },
        {
            "id": "0302204d-511f-4ef2-a541-3bcb2bdcf155",
            "gambit_id": "651343e1-66ee-48bc-877f-b475f83cc039",
            "last_updated": "2023-12-21T10:18:18.675058-05:00",
            "created_at": "2023-12-19T08:53:01.204540-05:00",
            "name": "Boston Bruins",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6277411f-b02f-4dae-b478-3ba68988a738/?format=api"
        }
    ]
}