GET /api/bet_types/6f468bab-ac8f-4379-962c-13508043fe48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f468bab-ac8f-4379-962c-13508043fe48",
    "match": "https://api-prod.gambitprofit.com/api/matches/23e3eea6-86ca-4295-9e2f-c1a0dac39a31/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Sergei Pavlovich",
                "amount": 6127.0
            },
            {
                "team": "Tai Tuivasa",
                "amount": 3873.0
            }
        ],
        "expected_reward_tokens": 8945.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "de5ef9fe-2e28-4521-9cfa-61f56acb3d0c",
            "gambit_id": "4cf824c8-49b1-41b2-9fe0-9f44d2d5f188",
            "last_updated": "2022-12-05T11:52:18.692923-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sergei Pavlovich",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f468bab-ac8f-4379-962c-13508043fe48/?format=api"
        },
        {
            "id": "5b77c942-992e-4b40-b0fe-5232173df774",
            "gambit_id": "4a7e84a5-eb00-478b-9c01-99f874989626",
            "last_updated": "2022-12-05T11:52:18.693927-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tai Tuivasa",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f468bab-ac8f-4379-962c-13508043fe48/?format=api"
        }
    ]
}