GET /api/bet_types/6f60eb3a-f20d-4dc9-bc74-f504338de590/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f60eb3a-f20d-4dc9-bc74-f504338de590",
    "match": "https://api-prod.gambitprofit.com/api/matches/867e4d58-edfd-4f9e-a0e9-e5218b5c12b9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:15.092542-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": "Miami Dolphins",
                "amount": 8476.0
            },
            {
                "team": "New York Giants",
                "amount": 1524.0
            }
        ],
        "expected_reward_tokens": 9493.12,
        "profit_sb": -6.88,
        "profit_sb_percentage": -0.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a674984-77d4-4d89-a466-889d0ee92f2f",
            "gambit_id": "4b56982d-729c-4d20-8d59-7ab9424917ed",
            "last_updated": "2023-10-09T15:48:11.982551-04:00",
            "created_at": "2023-10-03T10:18:15.109145-04:00",
            "name": "Miami Dolphins",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f60eb3a-f20d-4dc9-bc74-f504338de590/?format=api"
        },
        {
            "id": "b2af39cf-7fc9-4939-a18e-cfc4d970e2c8",
            "gambit_id": "cdad4ef7-9a34-49ce-9ec8-df257e3fdfc8",
            "last_updated": "2023-10-09T15:48:11.978784-04:00",
            "created_at": "2023-10-03T10:18:15.100897-04:00",
            "name": "New York Giants",
            "reward": "6.23000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f60eb3a-f20d-4dc9-bc74-f504338de590/?format=api"
        }
    ]
}