GET /api/bet_types/359d293a-7ade-4cbe-948d-072fedf5ee0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "359d293a-7ade-4cbe-948d-072fedf5ee0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b439eff-b074-4ea5-8b40-9d38c7bcd420/?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": "Wolverhampton Wanderers",
                "amount": 6106.0
            },
            {
                "team": "Draw",
                "amount": 3894.0
            }
        ],
        "expected_reward_tokens": 12149.28,
        "profit_sb": 3149.28,
        "profit_sb_percentage": 34.99,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4444.0
            },
            {
                "team": "Draw",
                "amount": 2835.0
            },
            {
                "team": "Southampton",
                "amount": 2721.0
            }
        ],
        "expected_reward_tokens": 8843.25,
        "profit_sb": -156.75,
        "profit_sb_percentage": -1.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "43b8c8f0-2912-4608-b622-bcafa096cf0a",
            "gambit_id": "11535732-7679-4c92-9f5e-6ee90bb25e18",
            "last_updated": "2022-09-05T10:42:11.945894-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/359d293a-7ade-4cbe-948d-072fedf5ee0b/?format=api"
        },
        {
            "id": "53003200-3870-428c-91d3-47132ebff11c",
            "gambit_id": "8f93eec3-ba53-42b5-a4e5-6f95be0b2743",
            "last_updated": "2022-09-05T10:42:11.946955-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.12000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/359d293a-7ade-4cbe-948d-072fedf5ee0b/?format=api"
        },
        {
            "id": "c788fc76-de7f-4fb8-a8c8-2af53eee9458",
            "gambit_id": "65b51373-d497-41c3-8019-46c42b7d5ce5",
            "last_updated": "2022-09-05T10:42:11.944834-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southampton",
            "reward": "3.25000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/359d293a-7ade-4cbe-948d-072fedf5ee0b/?format=api"
        }
    ]
}