GET /api/bet_types/09005ecc-9007-455f-adc2-e8de16386b67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09005ecc-9007-455f-adc2-e8de16386b67",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bf20ca4-0a45-4fed-a26c-2c52a9190d11/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T09:38:22.848114-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": "PIT",
                "amount": 6154.0
            },
            {
                "team": "CIN",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d6dee75-0cf4-4906-80db-61258c881ae2",
            "gambit_id": "aae71dfd-6109-4201-81e9-0d86122878e6",
            "last_updated": "2023-08-12T18:18:08.734639-04:00",
            "created_at": "2023-08-11T09:38:22.864795-04:00",
            "name": "PIT",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09005ecc-9007-455f-adc2-e8de16386b67/?format=api"
        },
        {
            "id": "760b6607-dd35-407a-9e81-153204e71978",
            "gambit_id": "e9a47332-b72d-40ea-a0d4-e67c0d42ec24",
            "last_updated": "2023-08-12T18:18:08.730235-04:00",
            "created_at": "2023-08-11T09:38:22.855910-04:00",
            "name": "CIN",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09005ecc-9007-455f-adc2-e8de16386b67/?format=api"
        }
    ]
}