GET /api/bet_types/676ce1ac-d703-46de-8490-d7e48c8136d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "676ce1ac-d703-46de-8490-d7e48c8136d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b08a707-9172-4e92-bbb3-eda4fa2c61d6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:57:57.439694-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": "Indianapolis Colts",
                "amount": 6611.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "b845e352-ef21-4332-b10e-04bae5d5afb9",
            "gambit_id": "b25740e5-9459-443f-8fac-2d3ff8080add",
            "last_updated": "2023-08-29T09:18:23.780608-04:00",
            "created_at": "2023-08-24T12:57:57.445651-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/676ce1ac-d703-46de-8490-d7e48c8136d3/?format=api"
        },
        {
            "id": "85c46ab5-1b87-4c20-8be2-60bfeaf04ab1",
            "gambit_id": "75465b3e-1254-4eec-9b8e-aac6c4b8f6d6",
            "last_updated": "2023-08-29T09:18:23.784167-04:00",
            "created_at": "2023-08-24T12:57:57.450888-04:00",
            "name": "Philadelphia Eagles",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/676ce1ac-d703-46de-8490-d7e48c8136d3/?format=api"
        }
    ]
}