GET /api/bet_types/43ffa360-4c6b-4c26-9617-06a17aa3dba8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43ffa360-4c6b-4c26-9617-06a17aa3dba8",
    "match": "https://api-prod.gambitprofit.com/api/matches/36c5e90e-54d4-48bf-a0cd-1ce43cb79655/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:13.068142-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": "DET",
                "amount": 5423.0
            },
            {
                "team": "SFO",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c14b820-868f-47c1-8602-72f440788d0f",
            "gambit_id": "00924217-eca7-456d-9a9e-d7771d31a1c9",
            "last_updated": "2023-04-15T15:47:04.022506-04:00",
            "created_at": "2023-04-14T12:02:13.070483-04:00",
            "name": "DET",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ffa360-4c6b-4c26-9617-06a17aa3dba8/?format=api"
        },
        {
            "id": "e8c60777-2797-4615-94b4-97f279338eaa",
            "gambit_id": "b7060954-1258-4d94-a1e7-d60726e446a4",
            "last_updated": "2023-04-15T15:47:04.024533-04:00",
            "created_at": "2023-04-14T12:02:13.072601-04:00",
            "name": "SFO",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ffa360-4c6b-4c26-9617-06a17aa3dba8/?format=api"
        }
    ]
}