GET /api/bet_types/178326c3-8fc2-4c11-a418-4f17f24043a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "178326c3-8fc2-4c11-a418-4f17f24043a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a349849-519f-4e5a-aba7-9156cead6a4b/?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": "Newcastle United",
                "amount": 6581.0
            },
            {
                "team": "Draw",
                "amount": 3419.0
            }
        ],
        "expected_reward_tokens": 11385.13,
        "profit_sb": 2385.13,
        "profit_sb_percentage": 26.5,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5120.0
            },
            {
                "team": "Draw",
                "amount": 2660.0
            },
            {
                "team": "Southampton",
                "amount": 2220.0
            }
        ],
        "expected_reward_tokens": 8857.6,
        "profit_sb": -142.4,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ffe378fd-77cc-4e60-82c5-4f85b4f33c17",
            "gambit_id": "cd2f0735-695d-4831-8c65-ce89de89f522",
            "last_updated": "2022-11-07T09:42:09.107555-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Newcastle United",
            "reward": "1.73000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178326c3-8fc2-4c11-a418-4f17f24043a9/?format=api"
        },
        {
            "id": "61f77a27-c999-44a4-89c4-6d071545102e",
            "gambit_id": "a36dcd02-2407-4270-821c-78de9b80a855",
            "last_updated": "2022-11-07T09:42:09.109516-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.33000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178326c3-8fc2-4c11-a418-4f17f24043a9/?format=api"
        },
        {
            "id": "06da4074-223f-43a4-9df2-ca8c08bd340e",
            "gambit_id": "4ca039ca-10b0-43b7-b6de-27791b1f9f8a",
            "last_updated": "2022-11-07T09:42:09.108530-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southampton",
            "reward": "3.99000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/178326c3-8fc2-4c11-a418-4f17f24043a9/?format=api"
        }
    ]
}