GET /api/bet_types/d6721caa-e8df-4966-9f19-94b79424ff8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6721caa-e8df-4966-9f19-94b79424ff8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1d746a8-0caf-4367-9668-a495dd6488c6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T10:18:07.653272-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": "Anton Turkalj",
                "amount": 5312.0
            },
            {
                "team": "Tyson Pedro",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": -311.52,
        "profit_sb_percentage": -3.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f1a8053-807b-45eb-95ae-004f41359db4",
            "gambit_id": "b38473a3-ca27-47b7-ba0e-e1fde21ed1c0",
            "last_updated": "2023-09-12T11:38:03.020680-04:00",
            "created_at": "2023-09-09T10:18:07.657358-04:00",
            "name": "Anton Turkalj",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6721caa-e8df-4966-9f19-94b79424ff8f/?format=api"
        },
        {
            "id": "5864a087-b427-41e4-b275-6ab04f44db49",
            "gambit_id": "98034c17-5ea4-45fd-bb13-68eaf50460de",
            "last_updated": "2023-09-12T11:38:03.024169-04:00",
            "created_at": "2023-09-09T10:18:07.661960-04:00",
            "name": "Tyson Pedro",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6721caa-e8df-4966-9f19-94b79424ff8f/?format=api"
        }
    ]
}