GET /api/bet_types/2b54a8ad-71a3-48c1-bdd5-8ef5fac84d6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b54a8ad-71a3-48c1-bdd5-8ef5fac84d6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3147156-6047-4a01-a63e-1b26d4256f6a/?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": "New York Giants",
                "amount": 5849.0
            },
            {
                "team": "New England Patriots",
                "amount": 4151.0
            }
        ],
        "expected_reward_tokens": 9298.24,
        "profit_sb": 298.24,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc311833-3deb-4bb7-ae4d-199fa77e3d24",
            "gambit_id": "134c7bca-4d7a-43b7-b6ee-c1f67b00196b",
            "last_updated": "2022-08-12T10:07:11.956674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b54a8ad-71a3-48c1-bdd5-8ef5fac84d6d/?format=api"
        },
        {
            "id": "f2413db3-8111-434b-8481-0ca8a372387d",
            "gambit_id": "a0d1cb9c-42d3-4737-87f1-5309ad58d174",
            "last_updated": "2022-08-12T10:07:11.956283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "2.24000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b54a8ad-71a3-48c1-bdd5-8ef5fac84d6d/?format=api"
        }
    ]
}