GET /api/bet_types/52e69412-4ef7-47b7-ad15-9bfacfcf311b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52e69412-4ef7-47b7-ad15-9bfacfcf311b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff5cbbc4-eb28-42c6-943a-e386078f8311/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:11.237951-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6fff231-4f69-403c-aafd-0cae5b3c8f97",
            "gambit_id": "d4bbdc79-e089-4bf5-a5ac-a389f5caf2b5",
            "last_updated": "2022-12-31T14:06:52.198615-05:00",
            "created_at": "2022-12-30T10:27:11.239047-05:00",
            "name": "Denver Nuggets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e69412-4ef7-47b7-ad15-9bfacfcf311b/?format=api"
        },
        {
            "id": "7221b82b-21ec-4518-a606-82a079781471",
            "gambit_id": "202a6f81-0c62-4056-90c1-e9d4a22b8d46",
            "last_updated": "2022-12-31T14:06:52.199717-05:00",
            "created_at": "2022-12-30T10:27:11.240255-05:00",
            "name": "Miami Heat",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e69412-4ef7-47b7-ad15-9bfacfcf311b/?format=api"
        }
    ]
}