GET /api/bet_types/e14cf586-dfed-4cfb-aac7-13f48c8fc5a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e14cf586-dfed-4cfb-aac7-13f48c8fc5a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e023908-56d0-4381-a21f-0de153aed018/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:10.786846-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "658d1d46-950c-4a92-b12c-d909b9d8a97b",
            "gambit_id": "d9852222-9eaa-409c-b71a-3528109ea61a",
            "last_updated": "2022-12-31T14:11:52.437904-05:00",
            "created_at": "2022-12-30T10:27:10.787973-05:00",
            "name": "Chicago Bulls",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14cf586-dfed-4cfb-aac7-13f48c8fc5a3/?format=api"
        },
        {
            "id": "f6d951b6-1cdc-4eaf-b40c-ecf5f84dd398",
            "gambit_id": "3e77a06c-c6f2-4844-889b-9f67c79bcf55",
            "last_updated": "2022-12-31T14:11:52.438928-05:00",
            "created_at": "2022-12-30T10:27:10.789161-05:00",
            "name": "Detroit Pistons",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14cf586-dfed-4cfb-aac7-13f48c8fc5a3/?format=api"
        }
    ]
}