GET /api/bet_types/8d648725-f9a0-4e66-b141-7233590837e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d648725-f9a0-4e66-b141-7233590837e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e5a8f53-0af6-427f-b3ef-5b3291611745/?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": "Real Madrid",
                "amount": 7534.0
            },
            {
                "team": "Draw",
                "amount": 2466.0
            }
        ],
        "expected_reward_tokens": 10848.96,
        "profit_sb": 1348.96,
        "profit_sb_percentage": 14.2,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Real Madrid",
                "amount": 6433.0
            },
            {
                "team": "Draw",
                "amount": 2105.0
            },
            {
                "team": "FC Shakhtar Donetsk",
                "amount": 1461.0
            }
        ],
        "expected_reward_tokens": 9262.0,
        "profit_sb": -238.0,
        "profit_sb_percentage": -2.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb83d34f-1372-46b4-b654-da6f50ee3854",
            "gambit_id": "5a1932e7-334c-4d81-b2f0-8f63e113cabb",
            "last_updated": "2022-10-12T10:27:01.489461-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Real Madrid",
            "reward": "1.44000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d648725-f9a0-4e66-b141-7233590837e4/?format=api"
        },
        {
            "id": "94ac4d91-3e32-486b-b8f8-2bab332b3d04",
            "gambit_id": "4ac1d552-391a-4ee0-a257-187a6f405d3d",
            "last_updated": "2022-10-12T10:27:01.490529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.40000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d648725-f9a0-4e66-b141-7233590837e4/?format=api"
        },
        {
            "id": "7af9fdd1-a7b9-4a34-a3ba-a6049a8613b8",
            "gambit_id": "7ec2097b-69fd-4089-835f-7d8c9cadc8c2",
            "last_updated": "2022-10-12T10:27:01.488379-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Shakhtar Donetsk",
            "reward": "6.34000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d648725-f9a0-4e66-b141-7233590837e4/?format=api"
        }
    ]
}