GET /api/bet_types/4fdaaa02-0d41-449a-ace2-7ad2c1827faf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fdaaa02-0d41-449a-ace2-7ad2c1827faf",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d58d24c-ad9a-41b1-bfb6-a7ecdc611f97/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-27T08:13:19.291191-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": "OAK",
                "amount": 6390.0
            },
            {
                "team": "CWS",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "94c940aa-7214-4c33-9ae2-6fc20d13462f",
            "gambit_id": "2a9e63a3-5782-428f-80a9-3ff1d15a8b68",
            "last_updated": "2023-08-29T09:03:23.880137-04:00",
            "created_at": "2023-08-27T08:13:19.306341-04:00",
            "name": "OAK",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fdaaa02-0d41-449a-ace2-7ad2c1827faf/?format=api"
        },
        {
            "id": "d239bc5e-80aa-477d-830e-db46e9de2dd1",
            "gambit_id": "b4f92168-c045-4bfb-a6db-0b195ad41367",
            "last_updated": "2023-08-29T09:03:23.883455-04:00",
            "created_at": "2023-08-27T08:13:19.314370-04:00",
            "name": "CWS",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fdaaa02-0d41-449a-ace2-7ad2c1827faf/?format=api"
        }
    ]
}