GET /api/bet_types/bc9f467b-5d0d-4ade-9d82-68949e21ae37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc9f467b-5d0d-4ade-9d82-68949e21ae37",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9d953a4-e027-4798-acac-7955f501fa76/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-27T09:22:59.312448-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": "TEX",
                "amount": 5000.0
            },
            {
                "team": "LAA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1f6f378-ddbb-4a28-bf37-7569e11207f1",
            "gambit_id": "f2020e32-1450-460c-b28c-226f54f4733d",
            "last_updated": "2023-09-28T10:08:19.565088-04:00",
            "created_at": "2023-09-27T09:22:59.316197-04:00",
            "name": "TEX",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc9f467b-5d0d-4ade-9d82-68949e21ae37/?format=api"
        },
        {
            "id": "b87de811-1a50-40b3-b31e-7d9825f041fa",
            "gambit_id": "9acd4515-850d-474e-89d1-9efc5d695b92",
            "last_updated": "2023-09-28T10:08:19.568283-04:00",
            "created_at": "2023-09-27T09:22:59.321669-04:00",
            "name": "LAA",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc9f467b-5d0d-4ade-9d82-68949e21ae37/?format=api"
        }
    ]
}