GET /api/bet_types/fa4621cd-f4f0-40b8-b108-eb7ce75d8197/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa4621cd-f4f0-40b8-b108-eb7ce75d8197",
    "match": "https://api-prod.gambitprofit.com/api/matches/12f19fac-97a1-4156-8d98-1212739c6f0f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-26T09:23:25.753373-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": 6232.0
            },
            {
                "team": "CWS",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4f24a51-fbe9-4542-8658-906f4d98fd56",
            "gambit_id": "b6cf6642-7b30-498a-a37f-1df69266d772",
            "last_updated": "2023-08-28T16:18:31.538561-04:00",
            "created_at": "2023-08-26T09:23:25.760619-04:00",
            "name": "OAK",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4621cd-f4f0-40b8-b108-eb7ce75d8197/?format=api"
        },
        {
            "id": "9d512dfb-d861-40a7-85fd-e20471da51c3",
            "gambit_id": "dc01fbe2-57f7-461b-8c50-9fcadc3e24b1",
            "last_updated": "2023-08-28T16:18:31.541777-04:00",
            "created_at": "2023-08-26T09:23:25.768184-04:00",
            "name": "CWS",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4621cd-f4f0-40b8-b108-eb7ce75d8197/?format=api"
        }
    ]
}