GET /api/bet_types/8d8528b4-a792-4052-83ba-34c89abfaf8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d8528b4-a792-4052-83ba-34c89abfaf8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/857ec4dc-7ae6-44cf-a775-e62d36eb3ef4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-03T08:07:19.021098-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": "Sacramento Kings",
                "amount": 5107.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cd285b7-a383-4112-82b7-1f342d9a7024",
            "gambit_id": "0a34fdfb-d11f-4edd-98a7-a69ea3f4cb98",
            "last_updated": "2023-03-04T12:46:54.282597-05:00",
            "created_at": "2023-03-03T08:07:19.022296-05:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d8528b4-a792-4052-83ba-34c89abfaf8b/?format=api"
        },
        {
            "id": "978124da-04a1-4572-b38d-f096dfe5ab27",
            "gambit_id": "5e100c11-bce2-4936-894a-3f4b3a2f6509",
            "last_updated": "2023-03-04T12:46:54.283684-05:00",
            "created_at": "2023-03-03T08:07:19.023593-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d8528b4-a792-4052-83ba-34c89abfaf8b/?format=api"
        }
    ]
}