GET /api/bet_types/91147a96-1150-4284-9676-297afa957e8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91147a96-1150-4284-9676-297afa957e8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a55d662-1008-463c-b477-55fea03c6b3c/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brazil",
                "amount": 7275.0
            },
            {
                "team": "Draw",
                "amount": 2725.0
            }
        ],
        "expected_reward_tokens": 10109.75,
        "profit_sb": 1109.75,
        "profit_sb_percentage": 12.33,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brazil",
                "amount": 6291.0
            },
            {
                "team": "Draw",
                "amount": 2357.0
            },
            {
                "team": "Switzerland",
                "amount": 1352.0
            }
        ],
        "expected_reward_tokens": 8744.47,
        "profit_sb": -255.53,
        "profit_sb_percentage": -2.84,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ce61e50-e892-46f3-810d-9d08bbc79923",
            "gambit_id": "74f64334-821e-4bbd-989f-1ef6a903fb5a",
            "last_updated": "2022-11-29T10:32:10.048131-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brazil",
            "reward": "1.39000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91147a96-1150-4284-9676-297afa957e8d/?format=api"
        },
        {
            "id": "824b0cb7-99b5-4bd3-8ff0-6aead5ffb9ad",
            "gambit_id": "937e7900-8a47-45b3-873d-93e0339fb95d",
            "last_updated": "2022-11-29T10:32:10.050383-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.71000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91147a96-1150-4284-9676-297afa957e8d/?format=api"
        },
        {
            "id": "7e662d4a-e77c-45b0-8126-2d21e6dde777",
            "gambit_id": "a2b4ea7b-03b4-4640-b67b-ad72bf5994c7",
            "last_updated": "2022-11-29T10:32:10.049292-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Switzerland",
            "reward": "6.47000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91147a96-1150-4284-9676-297afa957e8d/?format=api"
        }
    ]
}