GET /api/bet_types/ec0aae83-be67-4d67-9d03-9b0234685786/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec0aae83-be67-4d67-9d03-9b0234685786",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d11700b-9fa4-4695-8073-998b12216a13/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-03T08:48:01.532197-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": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "78eeb4f8-5ce4-4b57-8587-9b0ad9ed567c",
            "gambit_id": "2084ab13-f554-4fcc-924a-62fdd4b0c494",
            "last_updated": "2024-02-05T14:18:24.858981-05:00",
            "created_at": "2024-02-03T08:48:01.540894-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec0aae83-be67-4d67-9d03-9b0234685786/?format=api"
        },
        {
            "id": "04e1db3e-00d3-4728-ab84-e036f5f5bfcd",
            "gambit_id": "574aa545-278b-4a15-b663-16b0376cf943",
            "last_updated": "2024-02-05T14:18:24.862622-05:00",
            "created_at": "2024-02-03T08:48:01.547015-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec0aae83-be67-4d67-9d03-9b0234685786/?format=api"
        }
    ]
}