GET /api/bet_types/22792f8f-970b-456a-b52e-5551fda71d2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22792f8f-970b-456a-b52e-5551fda71d2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e94a513-4818-4ae5-b8a9-eea667220dbe/?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": "LOS (T Gonsolin)",
                "amount": 6046.0
            },
            {
                "team": "SDG (S Manaea)",
                "amount": 3954.0
            }
        ],
        "expected_reward_tokens": 9370.98,
        "profit_sb": 370.98,
        "profit_sb_percentage": 4.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf091ec3-24c0-48a1-8f15-27ffa12885b0",
            "gambit_id": "77088fca-1b78-40e0-ae9a-b68706c4d6f3",
            "last_updated": "2022-08-06T10:47:01.487588-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22792f8f-970b-456a-b52e-5551fda71d2b/?format=api"
        },
        {
            "id": "0c01ff71-bf7d-4f17-bf98-de21764beef7",
            "gambit_id": "6029c513-1e5d-4509-840a-ae592b0439eb",
            "last_updated": "2022-08-06T10:47:01.488108-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (S Manaea)",
            "reward": "2.37000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22792f8f-970b-456a-b52e-5551fda71d2b/?format=api"
        }
    ]
}