GET /api/bet_types/1aab5927-0357-4e2e-96db-cf1edb6ecbc0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1aab5927-0357-4e2e-96db-cf1edb6ecbc0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c59327d0-4ce1-4186-a307-2b31e72079ae/?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": "Heroic",
                "amount": 7547.0
            },
            {
                "team": "HEET",
                "amount": 2453.0
            }
        ],
        "expected_reward_tokens": 8904.39,
        "profit_sb": -95.61,
        "profit_sb_percentage": -1.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "e62333f1-b1d3-48e7-922c-884cc299e00c",
            "gambit_id": "ebfe05c7-c7d2-4881-abee-76987f122f14",
            "last_updated": "2022-09-19T09:52:27.283427-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Heroic",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aab5927-0357-4e2e-96db-cf1edb6ecbc0/?format=api"
        },
        {
            "id": "93b094a4-22e4-4811-babf-d4ba333e672f",
            "gambit_id": "b679d7ca-7416-43a8-9c2b-49fa925922cf",
            "last_updated": "2022-09-19T09:52:27.282250-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HEET",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aab5927-0357-4e2e-96db-cf1edb6ecbc0/?format=api"
        }
    ]
}