GET /api/bet_types/8809d779-b427-4ddd-895f-74ccc92315c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8809d779-b427-4ddd-895f-74ccc92315c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/23c5d014-ef18-422b-9c91-f4e15243ee39/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-21T10:28:20.571361-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": "LOS",
                "amount": 5867.0
            },
            {
                "team": "LAA",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c9f7e2b-e574-49df-acd4-a381695959ea",
            "gambit_id": "eeae5ac7-0c9f-4405-9556-50390c957a8e",
            "last_updated": "2023-06-28T15:33:09.270938-04:00",
            "created_at": "2023-06-21T10:28:20.573438-04:00",
            "name": "LOS",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8809d779-b427-4ddd-895f-74ccc92315c6/?format=api"
        },
        {
            "id": "fc77b013-fdf1-4d33-b017-2ed64df9a20e",
            "gambit_id": "77f4fa0b-bdc1-4ba1-9d38-060d25e9abad",
            "last_updated": "2023-06-28T15:33:09.272630-04:00",
            "created_at": "2023-06-21T10:28:20.575761-04:00",
            "name": "LAA",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8809d779-b427-4ddd-895f-74ccc92315c6/?format=api"
        }
    ]
}