GET /api/bet_types/4398b761-9f79-4131-8789-59ef6209ce6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4398b761-9f79-4131-8789-59ef6209ce6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa0e7325-18b1-4c95-8592-444143e83b55/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-30T08:18:22.832788-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": "PIT",
                "amount": 5319.0
            },
            {
                "team": "PHI",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bf6b7fd-998b-4b25-ad9e-b35073cf924b",
            "gambit_id": "98a96507-7bd9-461e-8073-510ce3b16c5d",
            "last_updated": "2023-07-31T18:18:09.528485-04:00",
            "created_at": "2023-07-30T08:18:22.840548-04:00",
            "name": "PIT",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4398b761-9f79-4131-8789-59ef6209ce6c/?format=api"
        },
        {
            "id": "8b40bb7f-58c1-4ff7-9fd5-578343e297f2",
            "gambit_id": "840b8f06-2ba7-462c-91e6-d545e5ce6c61",
            "last_updated": "2023-07-31T18:18:09.523595-04:00",
            "created_at": "2023-07-30T08:18:22.836684-04:00",
            "name": "PHI",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4398b761-9f79-4131-8789-59ef6209ce6c/?format=api"
        }
    ]
}