GET /api/bet_types/02ff02cc-18d8-4db0-bf27-388b8e714206/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02ff02cc-18d8-4db0-bf27-388b8e714206",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e476fc3-f2ec-47b0-aeb8-7cfce4527de0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:56.574729-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 Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "82553c71-07a0-488f-9b11-052ed58f4f38",
            "gambit_id": "4b4833cd-9744-4374-a013-2a23a0026f28",
            "last_updated": "2023-03-06T10:32:11.060436-05:00",
            "created_at": "2023-03-04T10:37:56.575885-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02ff02cc-18d8-4db0-bf27-388b8e714206/?format=api"
        },
        {
            "id": "18dfb6e9-cbdd-4268-bcc8-f2319e68e4bb",
            "gambit_id": "9f8702e4-85f3-4a9c-b256-161a09946bd5",
            "last_updated": "2023-03-06T10:32:11.061776-05:00",
            "created_at": "2023-03-04T10:37:56.577224-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02ff02cc-18d8-4db0-bf27-388b8e714206/?format=api"
        }
    ]
}