GET /api/bet_types/2bf37dbe-4c43-4f90-8f23-61f1070f56d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bf37dbe-4c43-4f90-8f23-61f1070f56d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1142974-2873-41cf-8531-72d0da934202/?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": "Anaheim Ducks",
                "amount": 6047.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "3168e161-e5e6-487e-821c-99624912af9c",
            "gambit_id": "3eedfbd0-e11a-4e55-a114-24dd6df842d9",
            "last_updated": "2022-11-28T14:02:14.357823-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bf37dbe-4c43-4f90-8f23-61f1070f56d3/?format=api"
        },
        {
            "id": "6128c820-6b1e-480d-9311-c7dc5c8ac087",
            "gambit_id": "ead00246-2b19-4182-b451-366673fa567b",
            "last_updated": "2022-11-28T14:02:14.358768-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bf37dbe-4c43-4f90-8f23-61f1070f56d3/?format=api"
        }
    ]
}