GET /api/bet_types/c5f91117-f377-4a7a-9521-e5b042589d0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5f91117-f377-4a7a-9521-e5b042589d0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c32bbfa0-f8b2-442c-9d6a-f6b279ef1091/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-19T15:32:01.828850-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": "Columbus Blue Jackets",
                "amount": 6667.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "7dd0b46e-1728-48c7-bf67-ddfc28ea819e",
            "gambit_id": "2542813b-2b8c-4d97-b449-826cfcec1f5c",
            "last_updated": "2023-02-20T09:46:56.419570-05:00",
            "created_at": "2023-02-19T15:32:01.831371-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f91117-f377-4a7a-9521-e5b042589d0e/?format=api"
        },
        {
            "id": "f9be1dc8-2fe8-4823-a388-585a7b356ec6",
            "gambit_id": "cc8827dc-2869-46a7-97a3-142652bb53aa",
            "last_updated": "2023-02-20T09:46:56.418405-05:00",
            "created_at": "2023-02-19T15:32:01.830076-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f91117-f377-4a7a-9521-e5b042589d0e/?format=api"
        }
    ]
}