GET /api/bet_types/a294fe6d-1d8c-4af9-82a0-4677a82662bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a294fe6d-1d8c-4af9-82a0-4677a82662bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd55dd8d-e666-490a-a9e3-aa919d7efbee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-19T10:03:04.584860-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": "Indiana Pacers",
                "amount": 6222.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "cee263d8-1a66-4861-87d7-dabca9653d5c",
            "gambit_id": "56473bc4-8200-4c4d-94e8-341c4950c416",
            "last_updated": "2023-11-20T15:43:03.544956-05:00",
            "created_at": "2023-11-19T10:03:04.593916-05:00",
            "name": "Indiana Pacers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a294fe6d-1d8c-4af9-82a0-4677a82662bd/?format=api"
        },
        {
            "id": "483ff284-ac5c-43db-ba2b-71c5ae1cabf7",
            "gambit_id": "de80b9b6-42d0-49c6-9642-701f30cf086c",
            "last_updated": "2023-11-20T15:43:03.539880-05:00",
            "created_at": "2023-11-19T10:03:04.589227-05:00",
            "name": "Orlando Magic",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a294fe6d-1d8c-4af9-82a0-4677a82662bd/?format=api"
        }
    ]
}