GET /api/bet_types/a40e58af-3d52-4c38-8966-0df6d8b009f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a40e58af-3d52-4c38-8966-0df6d8b009f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffd4e118-c218-4b1b-af4b-6a08320c3873/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Carolina Panthers",
                "amount": 5664.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca5184ce-5d8a-402d-952c-3a3a801c895f",
            "gambit_id": "243cfca7-c47a-4e95-8aac-651474db4b3e",
            "last_updated": "2022-12-19T13:32:02.823662-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a40e58af-3d52-4c38-8966-0df6d8b009f8/?format=api"
        },
        {
            "id": "cb98aa05-7740-4378-ad38-8f64d7cc05e0",
            "gambit_id": "570fbfb3-05c7-4095-a8b9-a6c35c352970",
            "last_updated": "2022-12-19T13:32:02.826046-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a40e58af-3d52-4c38-8966-0df6d8b009f8/?format=api"
        }
    ]
}