GET /api/bet_types/ac36a602-0bcf-4947-8d26-c37fa3791f4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac36a602-0bcf-4947-8d26-c37fa3791f4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd659b52-b6f3-41bc-a26e-2e5f9c697567/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-22T14:03:08.732028-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Luis Palomino",
                "amount": 5297.0
            },
            {
                "team": "James Lilley",
                "amount": 4703.0
            }
        ],
        "expected_reward_tokens": 9216.78,
        "profit_sb": -283.22,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4727fb8-0339-43b9-97e4-207cd8df3a52",
            "gambit_id": "f534d04f-a2cb-43df-9bd4-0e522952ade2",
            "last_updated": "2023-06-24T13:53:07.274088-04:00",
            "created_at": "2023-06-22T14:03:08.734782-04:00",
            "name": "Luis Palomino",
            "reward": "1.74000",
            "odds": "1.77000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac36a602-0bcf-4947-8d26-c37fa3791f4d/?format=api"
        },
        {
            "id": "858ef0a4-e30f-4ea3-bcbe-10a97f044761",
            "gambit_id": "1021692c-8b82-4949-b34e-622d5319a507",
            "last_updated": "2023-06-24T13:53:07.275832-04:00",
            "created_at": "2023-06-22T14:03:08.737778-04:00",
            "name": "James Lilley",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac36a602-0bcf-4947-8d26-c37fa3791f4d/?format=api"
        }
    ]
}