GET /api/bet_types/bcfb67b6-433a-4a73-a011-1aa04945c579/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcfb67b6-433a-4a73-a011-1aa04945c579",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b9292d8-3de8-42a5-a7fb-967dc3bc2257/?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": "Old Dominion",
                "amount": 5097.0
            },
            {
                "team": "James Madison",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6b6df29-1f9a-4e4f-b82a-737597da3de9",
            "gambit_id": "1c867c25-04ee-470d-944d-1300f4d1639e",
            "last_updated": "2022-11-14T10:18:32.719374-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcfb67b6-433a-4a73-a011-1aa04945c579/?format=api"
        },
        {
            "id": "7ffc960a-2dc6-4bcc-b4c5-0736b22d665e",
            "gambit_id": "cacd552a-e6a1-4f54-b8f0-c9ecfb411c86",
            "last_updated": "2022-11-14T10:18:32.720286-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcfb67b6-433a-4a73-a011-1aa04945c579/?format=api"
        }
    ]
}