GET /api/bet_types/1d2fbac1-090a-4132-ada0-d656eccf9de8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d2fbac1-090a-4132-ada0-d656eccf9de8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4ca3987-f5c3-4b94-a553-ac78daafbc5d/?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": "Pittsburgh Penguins",
                "amount": 6786.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3214.0
            }
        ],
        "expected_reward_tokens": 9159.9,
        "profit_sb": 159.9,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "cfe17165-612a-4783-a263-fc836192f3c0",
            "gambit_id": "5bebb1b1-c5af-430e-8ceb-d464267d6112",
            "last_updated": "2022-11-16T09:52:16.373656-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2fbac1-090a-4132-ada0-d656eccf9de8/?format=api"
        },
        {
            "id": "bc083090-8604-4a46-98e9-613ff2c657c5",
            "gambit_id": "52eb4996-e741-4561-a14f-357227b4ac51",
            "last_updated": "2022-11-16T09:52:16.374622-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.85000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2fbac1-090a-4132-ada0-d656eccf9de8/?format=api"
        }
    ]
}