GET /api/bet_types/93708d72-59e1-4ffd-8fef-c24ae04563f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93708d72-59e1-4ffd-8fef-c24ae04563f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce1e2959-28e6-49b3-a38e-fa6270982a11/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-05T08:42:57.717810-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": "PHI",
                "amount": 6232.0
            },
            {
                "team": "TAM",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "d47e69bf-da5e-4ee6-a421-816dee876589",
            "gambit_id": "2e3f56b8-7dfb-4f96-aa78-20f07aad67d7",
            "last_updated": "2023-07-06T12:28:23.330413-04:00",
            "created_at": "2023-07-05T08:42:57.720121-04:00",
            "name": "PHI",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93708d72-59e1-4ffd-8fef-c24ae04563f8/?format=api"
        },
        {
            "id": "fa54a1e6-c37e-4972-b2dd-ca865743367b",
            "gambit_id": "4d15c0f6-6f42-4cd9-8296-3e4b9d98af36",
            "last_updated": "2023-07-06T12:28:23.333288-04:00",
            "created_at": "2023-07-05T08:42:57.722381-04:00",
            "name": "TAM",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93708d72-59e1-4ffd-8fef-c24ae04563f8/?format=api"
        }
    ]
}