GET /api/bet_types/aac248e5-2e5a-4452-bf61-a8252d151257/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aac248e5-2e5a-4452-bf61-a8252d151257",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b43eef2-aa8d-40ab-a44a-de9ee366950f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:18:01.995914-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fce0479-92f2-423a-9082-f4373800d862",
            "gambit_id": "37b763ff-3a1c-4c9e-bedc-8c80ba4c30ea",
            "last_updated": "2024-01-11T11:03:01.461530-05:00",
            "created_at": "2024-01-09T09:18:02.005458-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aac248e5-2e5a-4452-bf61-a8252d151257/?format=api"
        },
        {
            "id": "6f50d3d9-bcf5-4c18-8070-23347d989b81",
            "gambit_id": "2374215e-dfd0-4be4-8f26-4b4bbc1cddcb",
            "last_updated": "2024-01-11T11:03:01.465969-05:00",
            "created_at": "2024-01-09T09:18:02.012731-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aac248e5-2e5a-4452-bf61-a8252d151257/?format=api"
        }
    ]
}