GET /api/bet_types/a74c7d38-e099-4964-af2d-cc2a13f05f31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a74c7d38-e099-4964-af2d-cc2a13f05f31",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b7434bb-7000-4918-a719-ed12b668123d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:16.410507-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": "San Francisco 49ers",
                "amount": 6232.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "611b866a-01c7-43d3-8f93-9addac91c6ea",
            "gambit_id": "4db0d3e2-4d18-4be1-96a4-0aa5be669739",
            "last_updated": "2023-10-09T15:43:10.651440-04:00",
            "created_at": "2023-10-03T10:18:16.418349-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a74c7d38-e099-4964-af2d-cc2a13f05f31/?format=api"
        },
        {
            "id": "cca1d5a5-1651-4737-b229-7ce9aefe31cf",
            "gambit_id": "8c673d48-08c2-4330-9b33-78654fb8537d",
            "last_updated": "2023-10-09T15:43:10.647450-04:00",
            "created_at": "2023-10-03T10:18:16.414169-04:00",
            "name": "Dallas Cowboys",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a74c7d38-e099-4964-af2d-cc2a13f05f31/?format=api"
        }
    ]
}