GET /api/bet_types/646d8d93-0823-4104-a391-22bf1406f72d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "646d8d93-0823-4104-a391-22bf1406f72d",
    "match": "https://api-prod.gambitprofit.com/api/matches/024fe700-e217-4369-82c8-19e5c66bef0f/?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": "PHI",
                "amount": 5302.0
            },
            {
                "team": "WAS",
                "amount": 4698.0
            }
        ],
        "expected_reward_tokens": 9066.42,
        "profit_sb": 66.42,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "04b3979f-6ea2-4775-aadb-07f4d171fba8",
            "gambit_id": "42cf561b-a485-475d-b69a-10001d79792e",
            "last_updated": "2022-09-11T18:17:12.610807-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/646d8d93-0823-4104-a391-22bf1406f72d/?format=api"
        },
        {
            "id": "0a305936-577e-478b-956d-200851fa32f5",
            "gambit_id": "5260890e-0bf6-483c-a060-8bdb5d431e20",
            "last_updated": "2022-09-11T18:17:12.611939-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/646d8d93-0823-4104-a391-22bf1406f72d/?format=api"
        }
    ]
}