GET /api/bet_types/dc5b55f5-b2ae-4f66-82a0-78548e909ef7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc5b55f5-b2ae-4f66-82a0-78548e909ef7",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce64ac7d-2558-49e5-a2d6-bbdcf13460a8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-01T18:02:00.134217-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": "HOU (R Blanco)",
                "amount": 5787.0
            },
            {
                "team": "LAA (R Detmers)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "50cc3b14-0de8-41ea-a2f7-fb49d22ce3d9",
            "gambit_id": "8c054bba-ca0b-4c03-913c-030898397f3a",
            "last_updated": "2023-06-02T13:52:21.908174-04:00",
            "created_at": "2023-06-01T18:02:00.140174-04:00",
            "name": "HOU (R Blanco)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc5b55f5-b2ae-4f66-82a0-78548e909ef7/?format=api"
        },
        {
            "id": "2bcef3f2-5750-4355-adb6-a6f5c2d77756",
            "gambit_id": "d44bb155-9aef-4d9d-8d63-34355dc83433",
            "last_updated": "2023-06-02T13:52:21.906005-04:00",
            "created_at": "2023-06-01T18:02:00.137342-04:00",
            "name": "LAA (R Detmers)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc5b55f5-b2ae-4f66-82a0-78548e909ef7/?format=api"
        }
    ]
}