GET /api/bet_types/339f3a05-34e1-4de0-ac1a-e3d84059cd34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "339f3a05-34e1-4de0-ac1a-e3d84059cd34",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e3992a3-99e6-4951-be74-04c733d6bca5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:13:03.893316-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": 6643.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "5581107e-7d6b-41cb-8da6-cabbfc6a398d",
            "gambit_id": "4ee9101a-6d96-4436-99af-1db35343c322",
            "last_updated": "2024-01-02T10:28:11.190487-05:00",
            "created_at": "2023-12-31T10:13:03.901272-05:00",
            "name": "Minnesota Wild",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/339f3a05-34e1-4de0-ac1a-e3d84059cd34/?format=api"
        },
        {
            "id": "d6905b5d-0ec8-4c56-a054-aaf1d43f3964",
            "gambit_id": "aaae1e1b-cd12-4c10-8799-8c9fecf328a5",
            "last_updated": "2024-01-02T10:28:11.186876-05:00",
            "created_at": "2023-12-31T10:13:03.897149-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/339f3a05-34e1-4de0-ac1a-e3d84059cd34/?format=api"
        }
    ]
}