GET /api/bet_types/1b29207d-c70f-4c0c-a525-d02ee683fa9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b29207d-c70f-4c0c-a525-d02ee683fa9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/129d2dd8-f45a-4dc4-974b-f3d07e61d426/?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": "Brighton & Hove Albion",
                "amount": 5319.0
            },
            {
                "team": "Tottenham",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 12871.98,
        "profit_sb": 3371.98,
        "profit_sb_percentage": 35.49,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 3783.0
            },
            {
                "team": "Tottenham",
                "amount": 3329.0
            },
            {
                "team": "Draw",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9154.75,
        "profit_sb": -345.25,
        "profit_sb_percentage": -3.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "d58ffc9d-a469-4c1b-af33-99a962be1790",
            "gambit_id": "950d35ea-e282-46ef-9572-dfabe44d549a",
            "last_updated": "2022-10-11T11:42:08.279139-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "2.42000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b29207d-c70f-4c0c-a525-d02ee683fa9e/?format=api"
        },
        {
            "id": "682bad4d-f36c-405d-a45d-93d76474da3c",
            "gambit_id": "0c3a878b-7df3-41c7-b114-caa0796c95cc",
            "last_updated": "2022-10-11T11:42:08.277986-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "2.75000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b29207d-c70f-4c0c-a525-d02ee683fa9e/?format=api"
        },
        {
            "id": "585561bf-a376-4cab-82d8-eec5d3882128",
            "gambit_id": "c4ba0df3-e844-422e-9646-9a02b3e10e36",
            "last_updated": "2022-10-11T11:42:08.280118-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.17000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b29207d-c70f-4c0c-a525-d02ee683fa9e/?format=api"
        }
    ]
}