GET /api/bet_types/101cd783-44c9-4b64-a3f4-811813e46eae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "101cd783-44c9-4b64-a3f4-811813e46eae",
    "match": "https://api-prod.gambitprofit.com/api/matches/0645d3c4-e076-4079-b558-1a3594307d95/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-11T16:17:13.232538-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": "Texas Rangers",
                "amount": 5599.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "8338cb5c-c0c6-4e3a-bbc0-4311a5fa3b6e",
            "gambit_id": "462f3979-307c-4876-acd5-7b6906d2bb46",
            "last_updated": "2023-05-14T10:57:13.662205-04:00",
            "created_at": "2023-05-11T16:17:13.235567-04:00",
            "name": "Texas Rangers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/101cd783-44c9-4b64-a3f4-811813e46eae/?format=api"
        },
        {
            "id": "fad0bd6e-c147-4c79-a040-faedf3fd2a40",
            "gambit_id": "05638d16-7b76-4bf3-8c16-3bf80f6c3172",
            "last_updated": "2023-05-14T10:57:13.660869-04:00",
            "created_at": "2023-05-11T16:17:13.233897-04:00",
            "name": "Oakland Athletics",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/101cd783-44c9-4b64-a3f4-811813e46eae/?format=api"
        }
    ]
}