GET /api/bet_types/cc13d172-1320-4f56-af54-aa71a5aeecda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc13d172-1320-4f56-af54-aa71a5aeecda",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce8702ef-3a01-4020-aadf-031e186848c7/?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": "CLE",
                "amount": 5205.0
            },
            {
                "team": "SEA",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d3afadb-5865-4c28-bf82-1e962334c72d",
            "gambit_id": "5e284316-56b3-4215-8744-2ece08c9b392",
            "last_updated": "2022-09-05T10:21:59.063744-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc13d172-1320-4f56-af54-aa71a5aeecda/?format=api"
        },
        {
            "id": "4e603a98-c827-4655-835c-e90e01c2391c",
            "gambit_id": "dfaecc88-12c3-4d33-955d-bfe8c6d59c65",
            "last_updated": "2022-09-05T10:21:59.064949-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc13d172-1320-4f56-af54-aa71a5aeecda/?format=api"
        }
    ]
}