GET /api/bet_types/21994935-182a-4574-9f9f-32da158861f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21994935-182a-4574-9f9f-32da158861f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fd12486-f6c0-43da-bd05-31c8e58669c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-23T22:48:18.214023-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": "San Francisco 49ers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Lions",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e67b6832-14cd-4641-b491-07fed5256975",
            "gambit_id": "b6194d80-0741-4d2c-841f-43f1b1bccc6f",
            "last_updated": "2024-01-29T22:13:11.011596-05:00",
            "created_at": "2024-01-23T22:48:18.225551-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21994935-182a-4574-9f9f-32da158861f5/?format=api"
        },
        {
            "id": "cb6466e5-9656-490c-a433-288d76e6f277",
            "gambit_id": "52cbdc8b-5cf1-4988-9c46-4d095966d0d6",
            "last_updated": "2024-01-29T22:13:11.014763-05:00",
            "created_at": "2024-01-23T22:48:18.219110-05:00",
            "name": "Detroit Lions",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21994935-182a-4574-9f9f-32da158861f5/?format=api"
        }
    ]
}