GET /api/bet_types/cc6ff815-79aa-4800-8424-434498d979bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc6ff815-79aa-4800-8424-434498d979bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa09ed50-4883-4480-8b5f-af1553fd200e/?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": "Baltimore Ravens",
                "amount": 7130.0
            },
            {
                "team": "New York Jets",
                "amount": 2870.0
            }
        ],
        "expected_reward_tokens": 9269.0,
        "profit_sb": 269.0,
        "profit_sb_percentage": 2.99,
        "recommended": true
    },
    "lines": [
        {
            "id": "40cee64b-371b-42e3-b66c-798d482842c3",
            "gambit_id": "5aa3f855-fce4-473a-be99-033d7bc976ad",
            "last_updated": "2022-09-12T10:21:59.645556-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.30000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc6ff815-79aa-4800-8424-434498d979bf/?format=api"
        },
        {
            "id": "22e7d22f-247b-4c76-814c-e6187cf09c5a",
            "gambit_id": "65e1e8b4-7286-421d-aba5-a8ceabd40628",
            "last_updated": "2022-09-12T10:21:59.644366-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "3.23000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc6ff815-79aa-4800-8424-434498d979bf/?format=api"
        }
    ]
}