GET /api/bet_types/83b29460-2383-4ae4-8f68-11b44c933a9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83b29460-2383-4ae4-8f68-11b44c933a9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/98ae7793-60e6-404e-9b30-4de4e1a307c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-29T08:41:55.710411-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d23500c-e898-44a7-833c-aab53201f0d7",
            "gambit_id": "2bae311f-2a86-4bf5-9196-a20216c3d8fc",
            "last_updated": "2023-01-30T17:46:59.293380-05:00",
            "created_at": "2023-01-29T08:41:55.714469-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83b29460-2383-4ae4-8f68-11b44c933a9d/?format=api"
        },
        {
            "id": "26ee9ef1-7a09-4fc2-8797-f16b69639fce",
            "gambit_id": "0e594637-d11f-4bad-8c86-87696bbf2c83",
            "last_updated": "2023-01-30T17:46:59.294573-05:00",
            "created_at": "2023-01-29T08:41:55.716152-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83b29460-2383-4ae4-8f68-11b44c933a9d/?format=api"
        }
    ]
}