GET /api/bet_types/28b27552-2cad-405b-bf69-f3f1ac177fd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28b27552-2cad-405b-bf69-f3f1ac177fd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/25412582-15a6-4938-8e2c-29efd44a51ee/?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": "PIT",
                "amount": 5676.0
            },
            {
                "team": "ARI",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c019a16-3513-4166-ac15-5b0cf0dd0f51",
            "gambit_id": "88defffb-d59e-465f-8c4d-d23ec01d4ff0",
            "last_updated": "2022-08-10T10:06:56.489619-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28b27552-2cad-405b-bf69-f3f1ac177fd8/?format=api"
        },
        {
            "id": "ff2ca2ce-f37b-4cab-b0ed-c14322c5f037",
            "gambit_id": "4c52a87f-9200-46eb-ba3e-08c34b49a0ad",
            "last_updated": "2022-08-10T10:06:56.489147-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28b27552-2cad-405b-bf69-f3f1ac177fd8/?format=api"
        }
    ]
}