GET /api/bet_types/49a006a3-e51b-4b41-8452-2a986ab356dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49a006a3-e51b-4b41-8452-2a986ab356dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/18fc3419-733e-48d3-9940-3b84f6b53816/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T09:13:24.486025-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": "TAM (T Bradley)",
                "amount": 6434.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ad08983-faa9-4072-83a0-775afb8997a7",
            "gambit_id": "fcedcffa-404e-431b-a814-2b7b1d01a225",
            "last_updated": "2023-09-21T09:53:18.596969-04:00",
            "created_at": "2023-09-19T09:13:24.496841-04:00",
            "name": "TAM (T Bradley)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49a006a3-e51b-4b41-8452-2a986ab356dd/?format=api"
        },
        {
            "id": "9b16f3f4-58a7-4a42-856c-5ee7b31da9fd",
            "gambit_id": "3dd15cef-6f77-44d4-8b24-b58b3c13b0f0",
            "last_updated": "2023-09-21T09:53:18.592336-04:00",
            "created_at": "2023-09-19T09:13:24.491780-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49a006a3-e51b-4b41-8452-2a986ab356dd/?format=api"
        }
    ]
}