GET /api/bet_types/afc82280-88c2-4729-bc45-5208ed09b1da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afc82280-88c2-4729-bc45-5208ed09b1da",
    "match": "https://api-prod.gambitprofit.com/api/matches/c44297f6-93ea-40e3-8f0b-10eccedaef52/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "42a555c2-d225-485b-b25e-f2986f43ed28",
            "gambit_id": "4f245bec-9b11-4c7f-901b-209e92f7d669",
            "last_updated": "2022-11-19T10:43:30.553429-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afc82280-88c2-4729-bc45-5208ed09b1da/?format=api"
        },
        {
            "id": "0fa23520-9a86-4e3e-a68e-8732aee28554",
            "gambit_id": "a2814857-beb6-4903-82bf-8916f07c319b",
            "last_updated": "2022-11-19T10:43:30.554471-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afc82280-88c2-4729-bc45-5208ed09b1da/?format=api"
        }
    ]
}