GET /api/bet_types/ec6a7290-5c39-4b58-a86b-26f53f67a4be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec6a7290-5c39-4b58-a86b-26f53f67a4be",
    "match": "https://api-prod.gambitprofit.com/api/matches/eef19f24-e073-493f-9957-0b7e3132db3b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-27T08:57:16.495341-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": "Toronto Maple Leafs",
                "amount": 6475.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "9036e0ae-7669-4b86-8f39-c9d83c135462",
            "gambit_id": "010f564f-3019-4a89-98aa-80ce12585625",
            "last_updated": "2023-01-28T15:22:22.863582-05:00",
            "created_at": "2023-01-27T08:57:16.496529-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6a7290-5c39-4b58-a86b-26f53f67a4be/?format=api"
        },
        {
            "id": "26d63ce8-1d81-453a-af4f-5837d9c1f54e",
            "gambit_id": "8d38dbc4-b7ff-4cbd-9c4b-a39658bd8c6f",
            "last_updated": "2023-01-28T15:22:22.864663-05:00",
            "created_at": "2023-01-27T08:57:16.497755-05:00",
            "name": "Ottawa Senators",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6a7290-5c39-4b58-a86b-26f53f67a4be/?format=api"
        }
    ]
}