GET /api/bet_types/58a4d4ee-8cfb-4dfb-814b-ecd5f08bdfbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58a4d4ee-8cfb-4dfb-814b-ecd5f08bdfbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/951ab4ad-c4a3-4f8c-a0dd-c51ca813267e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:07:18.209440-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "575f020b-146f-439d-908f-bfb610a341c9",
            "gambit_id": "37b14439-9df4-46dd-bddd-3179e809db39",
            "last_updated": "2023-03-04T16:22:14.635210-05:00",
            "created_at": "2023-03-03T08:07:18.210734-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58a4d4ee-8cfb-4dfb-814b-ecd5f08bdfbb/?format=api"
        },
        {
            "id": "e96ba132-fd87-41c1-99b4-203fd0e72cfe",
            "gambit_id": "a0ab8e90-0fa9-49a0-b509-8fcc2bc98844",
            "last_updated": "2023-03-04T16:22:14.636382-05:00",
            "created_at": "2023-03-03T08:07:18.212173-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58a4d4ee-8cfb-4dfb-814b-ecd5f08bdfbb/?format=api"
        }
    ]
}