GET /api/bet_types/4958cc6b-9ec4-467e-9667-269b67e00fad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4958cc6b-9ec4-467e-9667-269b67e00fad",
    "match": "https://api-prod.gambitprofit.com/api/matches/c815e070-f8e6-4c6c-98ea-536eef671ed9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-31T11:02:23.031468-04: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": 5636.0
            },
            {
                "team": "Draw",
                "amount": 4364.0
            }
        ],
        "expected_reward_tokens": 12961.08,
        "profit_sb": 3461.08,
        "profit_sb_percentage": 36.43,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4015.0
            },
            {
                "team": "Draw",
                "amount": 3109.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 2876.0
            }
        ],
        "expected_reward_tokens": 9231.96,
        "profit_sb": -268.04,
        "profit_sb_percentage": -2.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "c818588e-7883-497a-b2bf-0a220f7e27bf",
            "gambit_id": "3c552765-1106-4f06-8c5d-942641936950",
            "last_updated": "2023-04-03T10:27:12.590550-04:00",
            "created_at": "2023-03-31T11:02:23.033273-04:00",
            "name": "Wolverhampton Wanderers",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4958cc6b-9ec4-467e-9667-269b67e00fad/?format=api"
        },
        {
            "id": "fcc4cd92-a896-4437-ad95-c16d56a99c8e",
            "gambit_id": "d2fca09b-a59f-4021-adde-3ac48d3276bf",
            "last_updated": "2023-04-03T10:27:12.596477-04:00",
            "created_at": "2023-03-31T11:02:23.036747-04:00",
            "name": "Draw",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4958cc6b-9ec4-467e-9667-269b67e00fad/?format=api"
        },
        {
            "id": "2bd06be0-23fd-47bf-bf0b-561860b0abc6",
            "gambit_id": "824d22c4-6059-4aac-a792-6e8338da72cf",
            "last_updated": "2023-04-03T10:27:12.593280-04:00",
            "created_at": "2023-03-31T11:02:23.035030-04:00",
            "name": "Nottingham Forest",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4958cc6b-9ec4-467e-9667-269b67e00fad/?format=api"
        }
    ]
}