GET /api/bet_types/ee6d68a8-ea6b-43ce-a8d9-7f899cb81b2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee6d68a8-ea6b-43ce-a8d9-7f899cb81b2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d6d7cae-1857-4234-a612-d390e9d0bc39/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-28T09:13:31.939644-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": "SEA",
                "amount": 5423.0
            },
            {
                "team": "OAK",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c66ce736-ea74-4b4b-9bc0-4c744a431bea",
            "gambit_id": "b3381da6-8aff-4036-9797-802bc2cb8728",
            "last_updated": "2023-08-29T19:28:17.341661-04:00",
            "created_at": "2023-08-28T09:13:31.950402-04:00",
            "name": "SEA",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee6d68a8-ea6b-43ce-a8d9-7f899cb81b2e/?format=api"
        },
        {
            "id": "8ad22ba6-ca85-41a6-ba00-57999d6602de",
            "gambit_id": "5450d53f-e88d-420f-9dc4-b567ac4677ed",
            "last_updated": "2023-08-29T19:28:17.338146-04:00",
            "created_at": "2023-08-28T09:13:31.945516-04:00",
            "name": "OAK",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee6d68a8-ea6b-43ce-a8d9-7f899cb81b2e/?format=api"
        }
    ]
}