GET /api/bet_types/41d57452-241b-4e01-8358-eb41e032ddd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41d57452-241b-4e01-8358-eb41e032ddd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/732fe45e-b57b-4935-9481-31f9e399dd49/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-10T13:03:18.618504-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 Dodgers",
                "amount": 6554.0
            },
            {
                "team": "Washington Nationals",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "41d38c58-ed37-49ee-8b0e-28a67e2770c5",
            "gambit_id": "db0641d3-16c6-40d0-953f-ec9248b0db78",
            "last_updated": "2023-09-12T11:33:04.456280-04:00",
            "created_at": "2023-09-10T13:03:18.625026-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41d57452-241b-4e01-8358-eb41e032ddd7/?format=api"
        },
        {
            "id": "785dcc78-808c-42b9-8023-c7160ade38c8",
            "gambit_id": "0c9c4b7b-159a-4e64-bf07-5579129084cd",
            "last_updated": "2023-09-12T11:33:04.460289-04:00",
            "created_at": "2023-09-10T13:03:18.629533-04:00",
            "name": "Washington Nationals",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41d57452-241b-4e01-8358-eb41e032ddd7/?format=api"
        }
    ]
}