GET /api/bet_types/061c69bf-d6e3-4fb6-8c5f-67e902c4dd7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "061c69bf-d6e3-4fb6-8c5f-67e902c4dd7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/57a7ba05-d958-48f3-9e0b-572b39294189/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-01T09:08:15.537017-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": "Milwaukee Bucks",
                "amount": 6222.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "4280f61c-bdb5-4b4b-9a71-a90a1defce6c",
            "gambit_id": "e2ce473a-1837-41f8-bf68-43317535b7de",
            "last_updated": "2023-11-03T10:33:12.967636-04:00",
            "created_at": "2023-11-01T09:08:15.541648-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/061c69bf-d6e3-4fb6-8c5f-67e902c4dd7d/?format=api"
        },
        {
            "id": "2b0cf1e2-6602-4bb8-bacc-1f17450ed343",
            "gambit_id": "5ef327c9-b671-44ad-9638-ba9474aca56c",
            "last_updated": "2023-11-03T10:33:12.970946-04:00",
            "created_at": "2023-11-01T09:08:15.549893-04:00",
            "name": "Toronto Raptors",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/061c69bf-d6e3-4fb6-8c5f-67e902c4dd7d/?format=api"
        }
    ]
}