GET /api/bet_types/42cabc66-bfb5-4ded-8d25-51a3a9a2dc4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42cabc66-bfb5-4ded-8d25-51a3a9a2dc4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/54d8618d-288e-4d03-a5bc-f25b51db71af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:10.384405-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": "Los Angeles Kings",
                "amount": 5512.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "55de8f9a-013e-44c8-8fbe-d7383df3744c",
            "gambit_id": "7105deed-fcf6-4011-b151-845b93d196ce",
            "last_updated": "2023-04-20T11:42:20.200178-04:00",
            "created_at": "2023-04-19T12:17:10.390520-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cabc66-bfb5-4ded-8d25-51a3a9a2dc4b/?format=api"
        },
        {
            "id": "8316d200-1074-4eb1-81c8-2ddf35722def",
            "gambit_id": "47755fb5-92c4-4d99-9c0b-cb160aee65f0",
            "last_updated": "2023-04-20T11:42:20.197638-04:00",
            "created_at": "2023-04-19T12:17:10.387149-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42cabc66-bfb5-4ded-8d25-51a3a9a2dc4b/?format=api"
        }
    ]
}