GET /api/bet_types/0527cfab-6052-4197-8506-ffaa66cb5cfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0527cfab-6052-4197-8506-ffaa66cb5cfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/5984d43b-f2ce-45b8-a7cd-3c4b5694cde6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T15:58:04.816638-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 6914.0
            },
            {
                "team": "Draw",
                "amount": 3086.0
            }
        ],
        "expected_reward_tokens": 11200.68,
        "profit_sb": 1700.68,
        "profit_sb_percentage": 17.9,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 5708.0
            },
            {
                "team": "Draw",
                "amount": 2547.0
            },
            {
                "team": "Luton Town",
                "amount": 1745.0
            }
        ],
        "expected_reward_tokens": 9245.61,
        "profit_sb": -254.39,
        "profit_sb_percentage": -2.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "695191e7-b5c2-4567-803b-2593559cf0f0",
            "gambit_id": "c131125d-27fa-422b-9e44-bf8649608ac8",
            "last_updated": "2023-09-18T23:13:13.705385-04:00",
            "created_at": "2023-09-15T15:58:04.845440-04:00",
            "name": "Fulham",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0527cfab-6052-4197-8506-ffaa66cb5cfa/?format=api"
        },
        {
            "id": "4d5894f8-eee0-4147-b6dd-3a74b99cbe7e",
            "gambit_id": "8f6eb29f-dd51-4687-bc8b-4be518ee0bc4",
            "last_updated": "2023-09-18T23:13:13.702128-04:00",
            "created_at": "2023-09-15T15:58:04.834693-04:00",
            "name": "Draw",
            "reward": "3.63000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0527cfab-6052-4197-8506-ffaa66cb5cfa/?format=api"
        },
        {
            "id": "381503c4-698e-4261-adb5-f68acd626fb7",
            "gambit_id": "111058a4-d3d0-45a3-bf5f-74045a5f129c",
            "last_updated": "2023-09-18T23:13:13.708877-04:00",
            "created_at": "2023-09-15T15:58:04.854708-04:00",
            "name": "Luton Town",
            "reward": "5.30000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0527cfab-6052-4197-8506-ffaa66cb5cfa/?format=api"
        }
    ]
}