GET /api/bet_types/be17d1cf-25f8-4115-bbc9-ad4b5815a5f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be17d1cf-25f8-4115-bbc9-ad4b5815a5f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/243b962b-d729-4f37-91c1-472767ce7143/?format=api",
    "name": "Pick the Winner",
    "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": "San Jose State",
                "amount": 5492.0
            },
            {
                "team": "San Diego State",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d5c2e6c-e9c3-4f50-8f71-5c84de6b3444",
            "gambit_id": "03d6a78c-9c32-4765-966a-334042ca8643",
            "last_updated": "2022-11-14T09:29:05.130148-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be17d1cf-25f8-4115-bbc9-ad4b5815a5f0/?format=api"
        },
        {
            "id": "05b14478-d46f-4791-a056-d81dd8fd6c5c",
            "gambit_id": "f8a7cde5-9e56-44e7-bcf5-549e3a7c534c",
            "last_updated": "2022-11-14T09:29:05.129166-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be17d1cf-25f8-4115-bbc9-ad4b5815a5f0/?format=api"
        }
    ]
}