GET /api/bet_types/2453e54f-2944-43d8-b516-2b817d872bff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2453e54f-2944-43d8-b516-2b817d872bff",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a33bf89-2ddc-4605-88a2-a5cf7e852fe2/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "83740236-4e6b-4431-ae65-26fadf324d9a",
            "gambit_id": "b38a2eee-1b16-4e6c-90d9-82404b90c757",
            "last_updated": "2022-12-01T16:22:24.567214-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2453e54f-2944-43d8-b516-2b817d872bff/?format=api"
        },
        {
            "id": "9b353cf1-99d8-4174-945f-ec152cc21209",
            "gambit_id": "e502304e-bffb-4f68-83c9-9c0c9493d514",
            "last_updated": "2022-12-01T16:22:24.568157-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2453e54f-2944-43d8-b516-2b817d872bff/?format=api"
        }
    ]
}