GET /api/bet_types/125df011-1d12-4f3d-9184-fd0e791ec795/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "125df011-1d12-4f3d-9184-fd0e791ec795",
    "match": "https://api-prod.gambitprofit.com/api/matches/a264903c-855a-4fca-87bd-8502db9ddc5e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T19:03:18.333807-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": "Casper Ruud",
                "amount": 5054.0
            },
            {
                "team": "Alexander Zverev",
                "amount": 4946.0
            }
        ],
        "expected_reward_tokens": 9198.28,
        "profit_sb": -301.72,
        "profit_sb_percentage": -3.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "51c85700-45d5-4b77-b740-2992f26f29ee",
            "gambit_id": "dcfad1bc-a256-4c7b-b4f7-88e934f6dc14",
            "last_updated": "2023-06-10T13:58:26.364479-04:00",
            "created_at": "2023-06-07T19:03:18.336846-04:00",
            "name": "Casper Ruud",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/125df011-1d12-4f3d-9184-fd0e791ec795/?format=api"
        },
        {
            "id": "77f1d194-7ef4-4648-a1cb-021e482582a9",
            "gambit_id": "e0d85248-9eed-4ac0-b85d-5fc50c379797",
            "last_updated": "2023-06-10T13:58:26.366562-04:00",
            "created_at": "2023-06-07T19:03:18.340063-04:00",
            "name": "Alexander Zverev",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/125df011-1d12-4f3d-9184-fd0e791ec795/?format=api"
        }
    ]
}