GET /api/bet_types/8d760748-8aca-4b69-8bdf-b40d44a2d318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d760748-8aca-4b69-8bdf-b40d44a2d318",
    "match": "https://api-prod.gambitprofit.com/api/matches/583a2e07-7203-49c4-b057-b77e00b2bfe0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:02.896377-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": "Milwaukee Bucks",
                "amount": 7820.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 2180.0
            }
        ],
        "expected_reward_tokens": 9461.2,
        "profit_sb": -38.8,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "7717caa0-ec85-4209-87b8-0f7c0468f6c8",
            "gambit_id": "d07ddc25-3da4-4e42-8131-0daadc58771a",
            "last_updated": "2023-12-28T18:33:08.456351-05:00",
            "created_at": "2023-12-27T09:03:02.909937-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d760748-8aca-4b69-8bdf-b40d44a2d318/?format=api"
        },
        {
            "id": "7a264454-afc3-47b0-af9e-289c1e113b0e",
            "gambit_id": "b99a133a-73f8-4e0b-b9c3-73ffd3e57ded",
            "last_updated": "2023-12-28T18:33:08.464764-05:00",
            "created_at": "2023-12-27T09:03:02.927695-05:00",
            "name": "Brooklyn Nets",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d760748-8aca-4b69-8bdf-b40d44a2d318/?format=api"
        }
    ]
}