GET /api/bet_types/fd2a6c23-7157-4f4f-80dc-0dbcf4a0a68f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd2a6c23-7157-4f4f-80dc-0dbcf4a0a68f",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb99343d-bf3c-4612-94f2-00263da3948b/?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": "Kent State",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "092fa151-8635-4bec-91d3-d3b5a4c2a3b3",
            "gambit_id": "f851090d-146e-4cb3-a4d6-637a8f4a8754",
            "last_updated": "2022-09-11T10:17:21.265326-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "33.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd2a6c23-7157-4f4f-80dc-0dbcf4a0a68f/?format=api"
        },
        {
            "id": "1c05505f-22ea-45fa-96d5-15a8931f8106",
            "gambit_id": "ecc0106a-bee7-4bb0-b67a-2c5837270e7e",
            "last_updated": "2022-09-11T10:17:21.264237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-33.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd2a6c23-7157-4f4f-80dc-0dbcf4a0a68f/?format=api"
        }
    ]
}