GET /api/bet_types/7c8889d6-21ad-4d33-96d3-8f4231db6960/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c8889d6-21ad-4d33-96d3-8f4231db6960",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd1d16e7-6841-4e90-99e0-2c82dcb72304/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-30T12:47:12.024933-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": "ARI (R Nelson)",
                "amount": 5426.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "40d28cd2-5fd8-4b5b-850c-4fb90e87a742",
            "gambit_id": "a9c4da02-e24d-4ad1-865b-a2ba7a0b960d",
            "last_updated": "2023-05-01T12:27:25.151216-04:00",
            "created_at": "2023-04-30T12:47:12.028543-04:00",
            "name": "ARI (R Nelson)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8889d6-21ad-4d33-96d3-8f4231db6960/?format=api"
        },
        {
            "id": "ce00f871-1d55-47af-b71b-5ce602983537",
            "gambit_id": "daf13efc-8ec7-44cd-b5a4-9d254efdb23d",
            "last_updated": "2023-05-01T12:27:25.149472-04:00",
            "created_at": "2023-04-30T12:47:12.026733-04:00",
            "name": "COL (A Gomber)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8889d6-21ad-4d33-96d3-8f4231db6960/?format=api"
        }
    ]
}