GET /api/bet_types/55e06a91-4c84-4df6-a7fc-991fcd40185d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55e06a91-4c84-4df6-a7fc-991fcd40185d",
    "match": "https://api-prod.gambitprofit.com/api/matches/869148cf-928a-4e41-b6b0-8eede7bc17b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:50.689745-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": "Tampa Bay Lightning",
                "amount": 5421.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "7093afc8-91fa-48f8-bbd5-75cdcdcf06bd",
            "gambit_id": "baec8c20-d2d1-44ad-a322-a6ee897938c4",
            "last_updated": "2023-03-24T10:56:53.199951-04:00",
            "created_at": "2023-03-23T09:06:50.693259-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55e06a91-4c84-4df6-a7fc-991fcd40185d/?format=api"
        },
        {
            "id": "fdb56106-1c75-41d6-bd68-0150fe6af8c3",
            "gambit_id": "4b394f45-e157-4543-b397-c66166d79ef4",
            "last_updated": "2023-03-24T10:56:53.197211-04:00",
            "created_at": "2023-03-23T09:06:50.691495-04:00",
            "name": "Ottawa Senators",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55e06a91-4c84-4df6-a7fc-991fcd40185d/?format=api"
        }
    ]
}