GET /api/bet_types/1825df57-e7fe-4784-ad15-bb4f0cda42e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1825df57-e7fe-4784-ad15-bb4f0cda42e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5da3007-ee24-4e48-a2e6-9aab2d2bd50e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:07.825013-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": "SFO",
                "amount": 6163.0
            },
            {
                "team": "NYY",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "a82180ad-93d7-497a-b972-ba7c0975993b",
            "gambit_id": "b0e585dc-f534-4955-a98c-5e272441f17b",
            "last_updated": "2023-04-03T14:21:50.734290-04:00",
            "created_at": "2023-04-02T09:57:07.829001-04:00",
            "name": "SFO",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1825df57-e7fe-4784-ad15-bb4f0cda42e9/?format=api"
        },
        {
            "id": "fd23db10-4423-40d4-9580-2c5d4b2ee47f",
            "gambit_id": "34542f40-9fdf-4cf8-9be4-ddb76d654734",
            "last_updated": "2023-04-03T14:21:50.731893-04:00",
            "created_at": "2023-04-02T09:57:07.827139-04:00",
            "name": "NYY",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1825df57-e7fe-4784-ad15-bb4f0cda42e9/?format=api"
        }
    ]
}