GET /api/bet_types/3b7c143d-9547-4143-840d-59b63abafd1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b7c143d-9547-4143-840d-59b63abafd1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e88e366-0951-4a53-8910-8fbf722686e1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T14:12:19.241827-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": "Nashville Predators",
                "amount": 6026.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3974.0
            }
        ],
        "expected_reward_tokens": 9099.26,
        "profit_sb": 99.26,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d9438ad-e884-4729-a7cb-14036304eb41",
            "gambit_id": "75cdb7c7-4d1b-44c4-b6c1-271a7cb16014",
            "last_updated": "2023-01-13T11:47:15.885093-05:00",
            "created_at": "2023-01-12T14:12:19.244782-05:00",
            "name": "Nashville Predators",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b7c143d-9547-4143-840d-59b63abafd1f/?format=api"
        },
        {
            "id": "d268e427-cd11-448f-a0f0-f663510b2010",
            "gambit_id": "3dea5f1b-4f45-472b-b73d-e4fa29894f17",
            "last_updated": "2023-01-13T11:47:15.883965-05:00",
            "created_at": "2023-01-12T14:12:19.243109-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.29000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b7c143d-9547-4143-840d-59b63abafd1f/?format=api"
        }
    ]
}