GET /api/bet_types/68bf86f8-bff2-4640-94c1-06c525701e07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68bf86f8-bff2-4640-94c1-06c525701e07",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c4dde85-0ec1-42cc-8d7b-6c9fa224b763/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:46:51.962784-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 7032.0
            },
            {
                "team": "Draw",
                "amount": 2968.0
            }
        ],
        "expected_reward_tokens": 11602.8,
        "profit_sb": 2102.8,
        "profit_sb_percentage": 22.13,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 5626.0
            },
            {
                "team": "Draw",
                "amount": 2374.0
            },
            {
                "team": "Borussia Dortmund",
                "amount": 2000.0
            }
        ],
        "expected_reward_tokens": 9280.0,
        "profit_sb": -220.0,
        "profit_sb_percentage": -2.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "d104a4f5-9105-42cd-9453-49c1c6820656",
            "gambit_id": "d3253e85-62cc-404b-b467-0e5be8e30246",
            "last_updated": "2023-03-08T11:52:07.879988-05:00",
            "created_at": "2023-03-07T09:46:51.965282-05:00",
            "name": "Chelsea",
            "reward": "1.65000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68bf86f8-bff2-4640-94c1-06c525701e07/?format=api"
        },
        {
            "id": "f97e6bf6-ed93-4e68-afd8-08895c2b9d57",
            "gambit_id": "4427fc49-2300-42ca-87ab-47f2c96e714c",
            "last_updated": "2023-03-08T11:52:07.881463-05:00",
            "created_at": "2023-03-07T09:46:51.966511-05:00",
            "name": "Draw",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68bf86f8-bff2-4640-94c1-06c525701e07/?format=api"
        },
        {
            "id": "abb2e7a8-f83c-4c5e-94ad-cc6c37e2bb52",
            "gambit_id": "cfc11fd5-828b-4ac8-a3ee-9e5ce9daf579",
            "last_updated": "2023-03-08T11:52:07.875882-05:00",
            "created_at": "2023-03-07T09:46:51.963972-05:00",
            "name": "Borussia Dortmund",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68bf86f8-bff2-4640-94c1-06c525701e07/?format=api"
        }
    ]
}