GET /api/bet_types/0293816b-cde8-43cd-a313-22575e4be6b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0293816b-cde8-43cd-a313-22575e4be6b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6426ca70-ccc5-4c63-9685-88ca9cd836a3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:09.747940-04: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": "Virginia",
                "amount": 5000.0
            },
            {
                "team": "Furman",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd27c234-de42-4da6-9d06-e00871948a61",
            "gambit_id": "d12d557f-7673-45b7-bf57-85698e1d09ab",
            "last_updated": "2023-03-17T10:47:25.076485-04:00",
            "created_at": "2023-03-14T19:52:09.749470-04:00",
            "name": "Virginia",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0293816b-cde8-43cd-a313-22575e4be6b7/?format=api"
        },
        {
            "id": "7979d70f-270d-451a-82f9-9c0018787512",
            "gambit_id": "936b052f-9c34-439f-86a0-541318fe2f55",
            "last_updated": "2023-03-17T10:47:25.077735-04:00",
            "created_at": "2023-03-14T19:52:09.750959-04:00",
            "name": "Furman",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0293816b-cde8-43cd-a313-22575e4be6b7/?format=api"
        }
    ]
}