GET /api/bet_types/b7a56d02-c294-4e37-a38f-adc3f794a119/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7a56d02-c294-4e37-a38f-adc3f794a119",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d117010-ed97-460b-a8b8-f09e136b9561/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:02:00.483547-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": "COL (A Gomber)",
                "amount": 5787.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ac2e4857-3656-497b-a283-0a521ca9f0c1",
            "gambit_id": "0b23d298-d41e-4a64-950b-8203f82e4dbf",
            "last_updated": "2023-04-09T11:27:04.203988-04:00",
            "created_at": "2023-04-08T09:02:00.485142-04:00",
            "name": "COL (A Gomber)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a56d02-c294-4e37-a38f-adc3f794a119/?format=api"
        },
        {
            "id": "c46b26f1-6f68-4496-b31e-4d1a4cbf7993",
            "gambit_id": "49a115a5-ff65-4991-bad3-6b160dde629c",
            "last_updated": "2023-04-09T11:27:04.206783-04:00",
            "created_at": "2023-04-08T09:02:00.486928-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a56d02-c294-4e37-a38f-adc3f794a119/?format=api"
        }
    ]
}