GET /api/bet_types/9afe8c32-dd4d-4182-8d5b-218e098256bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9afe8c32-dd4d-4182-8d5b-218e098256bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd62a3ea-1b9d-4a2e-a6ff-a44110307fc1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T09:03:07.060318-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": "Alex Pereira",
                "amount": 5000.0
            },
            {
                "team": "Jiri Prochazka",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "7224f2c2-c732-4d84-92be-ecaa5c86a62b",
            "gambit_id": "b61f1028-7aa9-426c-853e-992ff50eaed1",
            "last_updated": "2023-11-13T15:23:03.302891-05:00",
            "created_at": "2023-11-11T09:03:07.065767-05:00",
            "name": "Alex Pereira",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9afe8c32-dd4d-4182-8d5b-218e098256bd/?format=api"
        },
        {
            "id": "bf199284-b5b2-4e94-af03-dbd64e8da537",
            "gambit_id": "9a083a4d-bdd4-420b-8505-1fa4c6c512e1",
            "last_updated": "2023-11-13T15:23:03.306151-05:00",
            "created_at": "2023-11-11T09:03:07.069866-05:00",
            "name": "Jiri Prochazka",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9afe8c32-dd4d-4182-8d5b-218e098256bd/?format=api"
        }
    ]
}