GET /api/bet_types/6cc81d36-c49d-4521-92d6-04b6471f2715/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cc81d36-c49d-4521-92d6-04b6471f2715",
    "match": "https://api-prod.gambitprofit.com/api/matches/701e14a3-bb13-411d-8310-204f66892b68/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:17.702546-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": "Ion Cutelaba",
                "amount": 5312.0
            },
            {
                "team": "Tanner Boser",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": -311.52,
        "profit_sb_percentage": -3.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "b30c5baf-85b1-4143-abab-dd1cc4891d6d",
            "gambit_id": "1eef7852-067c-4301-bac4-d24bd08ecbe5",
            "last_updated": "2023-04-17T11:42:07.369799-04:00",
            "created_at": "2023-04-14T12:02:17.705553-04:00",
            "name": "Ion Cutelaba",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cc81d36-c49d-4521-92d6-04b6471f2715/?format=api"
        },
        {
            "id": "fc5afb2a-14af-46f5-a161-0286ce9f7693",
            "gambit_id": "55cda945-0a16-4cc6-bd30-de35e8b28392",
            "last_updated": "2023-04-17T11:42:07.366503-04:00",
            "created_at": "2023-04-14T12:02:17.704052-04:00",
            "name": "Tanner Boser",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cc81d36-c49d-4521-92d6-04b6471f2715/?format=api"
        }
    ]
}