GET /api/bet_types/747a08f8-603f-43f5-ba11-25d835c66195/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "747a08f8-603f-43f5-ba11-25d835c66195",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc1cacff-ede8-4e66-93b5-7007e741dddf/?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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d40e8fe-dd68-4a26-ba9b-10e13eb1b40f",
            "gambit_id": "888961e6-a100-4ac9-8201-dd704f308949",
            "last_updated": "2022-11-29T09:57:07.683888-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/747a08f8-603f-43f5-ba11-25d835c66195/?format=api"
        },
        {
            "id": "2167097f-ca78-47d7-8519-cd200a05527a",
            "gambit_id": "d2211886-3794-42f8-8d6a-d3a876695fb6",
            "last_updated": "2022-11-29T09:57:07.684876-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/747a08f8-603f-43f5-ba11-25d835c66195/?format=api"
        }
    ]
}