GET /api/bet_types/a3a5b3da-ec70-4cdd-ab15-d8ada1665566/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3a5b3da-ec70-4cdd-ab15-d8ada1665566",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad8fd52d-2ec7-47f5-b17f-1ad024cd259d/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "MIL",
                "amount": 5664.0
            },
            {
                "team": "NYM",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "c01c8ea1-20d1-4567-a030-2151aabde09b",
            "gambit_id": "d31b80ca-2428-477a-909a-9294f9c3bf46",
            "last_updated": "2022-09-22T15:17:29.645085-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a5b3da-ec70-4cdd-ab15-d8ada1665566/?format=api"
        },
        {
            "id": "c3d2d854-d8a4-48ff-a718-918e5ff63be1",
            "gambit_id": "49b6d777-e693-4e0a-be2f-bae852f59f66",
            "last_updated": "2022-09-22T15:17:29.644062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a5b3da-ec70-4cdd-ab15-d8ada1665566/?format=api"
        }
    ]
}