GET /api/bet_types/15d2d7e1-686a-4382-bbf7-700b65e89610/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15d2d7e1-686a-4382-bbf7-700b65e89610",
    "match": "https://api-prod.gambitprofit.com/api/matches/c91f61f1-4ccd-4261-87a1-b26ce606efee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T11:52:04.478096-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": "Florida Panthers",
                "amount": 5939.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "88074958-5997-4756-9657-eed08e129be6",
            "gambit_id": "5f78800d-e6b5-4572-a396-83bc1e58c68e",
            "last_updated": "2023-05-03T12:12:13.291069-04:00",
            "created_at": "2023-05-02T11:52:04.481729-04:00",
            "name": "Florida Panthers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15d2d7e1-686a-4382-bbf7-700b65e89610/?format=api"
        },
        {
            "id": "af45d7dd-b398-43cd-b6a5-6566d5f971e2",
            "gambit_id": "32127293-9126-4cc3-9be2-d670a1fca032",
            "last_updated": "2023-05-03T12:12:13.289858-04:00",
            "created_at": "2023-05-02T11:52:04.479628-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15d2d7e1-686a-4382-bbf7-700b65e89610/?format=api"
        }
    ]
}