GET /api/bet_types/86262750-5bf8-4881-9be6-67d2ec2073a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86262750-5bf8-4881-9be6-67d2ec2073a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8dc2512f-1a89-46bb-9631-e184e769f340/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T08:38:11.089978-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": "STL (M Mikolas)",
                "amount": 5325.0
            },
            {
                "team": "CHC (M Fulmer)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c9d78a4-c0cc-41e0-bcd9-8c5d3d28c1f7",
            "gambit_id": "ad9e43c6-f484-4d4e-bbd9-7d58701aec84",
            "last_updated": "2023-07-23T22:02:58.632433-04:00",
            "created_at": "2023-07-22T08:38:11.095239-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86262750-5bf8-4881-9be6-67d2ec2073a9/?format=api"
        },
        {
            "id": "b66d1f76-c094-433f-acc8-24b15d9183ed",
            "gambit_id": "3a43dc85-da06-4ba5-9b7c-037a4033527e",
            "last_updated": "2023-07-23T22:02:58.635627-04:00",
            "created_at": "2023-07-22T08:38:11.100758-04:00",
            "name": "CHC (M Fulmer)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86262750-5bf8-4881-9be6-67d2ec2073a9/?format=api"
        }
    ]
}