GET /api/bet_types/b8ea3bb7-0c5e-4fdb-9105-97fb519168df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8ea3bb7-0c5e-4fdb-9105-97fb519168df",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d2ff109-2fbd-4416-bda5-0a8a28ccb7a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-13T08:57:56.779726-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "973f7d68-2589-4776-a60f-a1fdf8c88762",
            "gambit_id": "e9b82c51-d41f-48e9-890c-48e0bca30104",
            "last_updated": "2023-12-15T10:03:18.711200-05:00",
            "created_at": "2023-12-13T08:57:56.784284-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ea3bb7-0c5e-4fdb-9105-97fb519168df/?format=api"
        },
        {
            "id": "3682491d-1086-42a6-b0d1-c39fafb4973d",
            "gambit_id": "9bac3b57-7513-4f8f-b64d-3aeb52140fbe",
            "last_updated": "2023-12-15T10:03:18.714378-05:00",
            "created_at": "2023-12-13T08:57:56.788838-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ea3bb7-0c5e-4fdb-9105-97fb519168df/?format=api"
        }
    ]
}