GET /api/bet_types/184dec14-de9e-417c-a814-297884b3c9c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "184dec14-de9e-417c-a814-297884b3c9c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/88fc0060-3374-4b0b-9aba-f370299dfa99/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:46.859610-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": "MIA",
                "amount": 6100.0
            },
            {
                "team": "NYM",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "385c1be8-44d8-48d4-9c28-8e0ec8fb193d",
            "gambit_id": "484ccb2b-0f52-46bb-bdba-90621717c5c8",
            "last_updated": "2023-04-01T10:32:23.179986-04:00",
            "created_at": "2023-03-31T09:56:46.862001-04:00",
            "name": "MIA",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/184dec14-de9e-417c-a814-297884b3c9c9/?format=api"
        },
        {
            "id": "7c71ce0e-8ea1-4091-97bd-20d7590f3592",
            "gambit_id": "9c12e9fe-6d9c-471a-9394-17b288f4c3ba",
            "last_updated": "2023-04-01T10:32:23.181752-04:00",
            "created_at": "2023-03-31T09:56:46.864769-04:00",
            "name": "NYM",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/184dec14-de9e-417c-a814-297884b3c9c9/?format=api"
        }
    ]
}