GET /api/bet_types/c9515f9d-34b7-4fb4-bfca-a77b45253488/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9515f9d-34b7-4fb4-bfca-a77b45253488",
    "match": "https://api-prod.gambitprofit.com/api/matches/27a480fd-cba8-4aa7-9fd8-336ba315cebe/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:11.086174-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0931574a-4f31-41af-8b07-5fc8fd7031d9",
            "gambit_id": "e46602d6-09df-443c-9946-460d1714b720",
            "last_updated": "2022-12-31T14:11:52.740726-05:00",
            "created_at": "2022-12-30T10:27:11.088520-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9515f9d-34b7-4fb4-bfca-a77b45253488/?format=api"
        },
        {
            "id": "519fb820-85ce-4a68-8b10-40d9f990fa02",
            "gambit_id": "a1246e7c-050b-4773-823a-3c9899456a11",
            "last_updated": "2022-12-31T14:11:52.739629-05:00",
            "created_at": "2022-12-30T10:27:11.087307-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9515f9d-34b7-4fb4-bfca-a77b45253488/?format=api"
        }
    ]
}