GET /api/bet_types/9161bf5c-75cc-485f-a8ba-a13c6c3aac67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9161bf5c-75cc-485f-a8ba-a13c6c3aac67",
    "match": "https://api-prod.gambitprofit.com/api/matches/e392719b-578d-47d4-93bf-9e63c1299755/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:08:00.990366-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": "SDG",
                "amount": 6232.0
            },
            {
                "team": "LOS",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "03d5292e-df01-465d-b83b-c7abc48e6af2",
            "gambit_id": "301f0bcb-beed-453f-9488-34ef0da86687",
            "last_updated": "2023-09-15T10:13:20.849173-04:00",
            "created_at": "2023-09-13T09:08:00.995159-04:00",
            "name": "SDG",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9161bf5c-75cc-485f-a8ba-a13c6c3aac67/?format=api"
        },
        {
            "id": "5a5584de-bdf4-406a-8062-5f9010eba1c6",
            "gambit_id": "b96b63ca-c15b-47fb-b304-6e0d8a82862a",
            "last_updated": "2023-09-15T10:13:20.852388-04:00",
            "created_at": "2023-09-13T09:08:01.000471-04:00",
            "name": "LOS",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9161bf5c-75cc-485f-a8ba-a13c6c3aac67/?format=api"
        }
    ]
}