GET /api/bet_types/8f341e14-2590-4368-ac84-259858f4b3a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f341e14-2590-4368-ac84-259858f4b3a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f549bde-0ab1-46da-ba13-c00a41e7b8a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:02.207850-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": "OAK",
                "amount": 5699.0
            },
            {
                "team": "CHC",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "7851f8cd-e0b4-4d83-a0aa-9f9b868da1ab",
            "gambit_id": "3caf98be-6f7e-4e83-b43b-3fa21b91046f",
            "last_updated": "2023-04-18T12:12:11.256944-04:00",
            "created_at": "2023-04-17T11:42:02.210761-04:00",
            "name": "OAK",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f341e14-2590-4368-ac84-259858f4b3a1/?format=api"
        },
        {
            "id": "5705d112-ac04-405e-a050-ba05aeded1ab",
            "gambit_id": "aea917c0-d160-4039-874e-f5179c203f76",
            "last_updated": "2023-04-18T12:12:11.258791-04:00",
            "created_at": "2023-04-17T11:42:02.213487-04:00",
            "name": "CHC",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f341e14-2590-4368-ac84-259858f4b3a1/?format=api"
        }
    ]
}