GET /api/bet_types/24c75fd0-5233-4f30-9cf4-7c6b29ae6731/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24c75fd0-5233-4f30-9cf4-7c6b29ae6731",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2e0a256-a0d6-4639-82fa-1dd066dbab3c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:59.202410-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ffa30d4-0eda-4848-88c8-7e610b3e37c1",
            "gambit_id": "7d0526ae-21d9-493d-a1a6-be349bd47fe0",
            "last_updated": "2024-01-08T14:28:11.109991-05:00",
            "created_at": "2024-01-05T09:32:59.210768-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24c75fd0-5233-4f30-9cf4-7c6b29ae6731/?format=api"
        },
        {
            "id": "f0988a80-5901-465f-84ff-74a0e82f4ba2",
            "gambit_id": "922c9816-df80-4743-9abe-5d34d0e74c8c",
            "last_updated": "2024-01-08T14:28:11.106617-05:00",
            "created_at": "2024-01-05T09:32:59.206531-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24c75fd0-5233-4f30-9cf4-7c6b29ae6731/?format=api"
        }
    ]
}