GET /api/bet_types/151baf64-5aee-47c2-8448-3be42de17f4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "151baf64-5aee-47c2-8448-3be42de17f4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/22ae1f6e-6f47-4901-b8b6-2775fba09a40/?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": "NYM",
                "amount": 6288.0
            },
            {
                "team": "PHI",
                "amount": 3712.0
            }
        ],
        "expected_reward_tokens": 9242.88,
        "profit_sb": 242.88,
        "profit_sb_percentage": 2.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c8702b2-3925-4505-bbcf-84e3b4f68cc5",
            "gambit_id": "481a990b-102c-43f9-9791-429bf572eb76",
            "last_updated": "2022-08-20T12:07:02.471727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151baf64-5aee-47c2-8448-3be42de17f4c/?format=api"
        },
        {
            "id": "e6498370-f6b4-4a73-8b14-b95f3b6193cf",
            "gambit_id": "cfb7c922-e35a-4f3d-9d98-848bc6e0a293",
            "last_updated": "2022-08-20T12:07:02.472248-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.49000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151baf64-5aee-47c2-8448-3be42de17f4c/?format=api"
        }
    ]
}