GET /api/bet_types/c6197bed-fbb6-4bc3-ba97-2a12d3e6b622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6197bed-fbb6-4bc3-ba97-2a12d3e6b622",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd0e98c6-b3bb-4dca-80a2-f21ec6ef3b98/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:13.966276-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1920076-3965-4ef9-970d-fe5b20cf643f",
            "gambit_id": "4145236f-c272-4c0e-880f-16e4c1059e4a",
            "last_updated": "2024-01-16T11:13:07.913270-05:00",
            "created_at": "2024-01-13T09:38:13.970158-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6197bed-fbb6-4bc3-ba97-2a12d3e6b622/?format=api"
        },
        {
            "id": "ad255a2f-9339-4067-8c06-81385151326a",
            "gambit_id": "a455d8bc-9a2c-4606-9ec4-4934a9a9c936",
            "last_updated": "2024-01-16T11:13:07.916458-05:00",
            "created_at": "2024-01-13T09:38:13.977730-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6197bed-fbb6-4bc3-ba97-2a12d3e6b622/?format=api"
        }
    ]
}