GET /api/bet_types/41d06ad0-09ec-47e9-9b7d-6eb32f472010/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41d06ad0-09ec-47e9-9b7d-6eb32f472010",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d32925b-21db-407d-8d95-77437898bd29/?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": "Manchester United",
                "amount": 6667.0
            },
            {
                "team": "Draw",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 11265.54,
        "profit_sb": 2265.54,
        "profit_sb_percentage": 25.17,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 5232.0
            },
            {
                "team": "Draw",
                "amount": 2616.0
            },
            {
                "team": "Brighton & Hove Albion",
                "amount": 2151.0
            }
        ],
        "expected_reward_tokens": 8840.61,
        "profit_sb": -159.39,
        "profit_sb_percentage": -1.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd237f63-311e-43f5-b2ba-c7bd4be3dc73",
            "gambit_id": "408dcd7a-a7f9-4518-a39a-7a0b5b415a27",
            "last_updated": "2022-08-08T20:17:15.522375-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester United",
            "reward": "1.69000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41d06ad0-09ec-47e9-9b7d-6eb32f472010/?format=api"
        },
        {
            "id": "686ede86-b31d-46ea-864a-f361b2e3d081",
            "gambit_id": "3f2a048b-816d-4982-be8d-5ab92702423a",
            "last_updated": "2022-08-08T20:17:15.522782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.38000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41d06ad0-09ec-47e9-9b7d-6eb32f472010/?format=api"
        },
        {
            "id": "11b8d1aa-f0de-4e51-a6ba-f97aca88292f",
            "gambit_id": "432108b7-34fa-44df-b1b5-7fc0087dde30",
            "last_updated": "2022-08-08T20:17:15.521878-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "4.11000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41d06ad0-09ec-47e9-9b7d-6eb32f472010/?format=api"
        }
    ]
}