GET /api/bet_types/c478e51f-0fb1-4f96-bb7e-8ed8fb1d3643/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c478e51f-0fb1-4f96-bb7e-8ed8fb1d3643",
    "match": "https://api-prod.gambitprofit.com/api/matches/695834bf-3b25-494a-8312-be86848b234e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "61b66042-5aa0-411c-81ae-195d6f0ba1f0",
            "gambit_id": "b0202d79-f85f-4fc8-80f3-955fafd360cd",
            "last_updated": "2022-12-15T10:46:59.817045-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c478e51f-0fb1-4f96-bb7e-8ed8fb1d3643/?format=api"
        },
        {
            "id": "6155d3e4-d544-423b-b357-e6fbd86642ec",
            "gambit_id": "68e51304-4d8d-498b-8184-5e0a3cf3648b",
            "last_updated": "2022-12-15T10:46:59.818125-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c478e51f-0fb1-4f96-bb7e-8ed8fb1d3643/?format=api"
        }
    ]
}