GET /api/bet_types/1fbc8a55-118e-444c-b697-6269e19dc057/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fbc8a55-118e-444c-b697-6269e19dc057",
    "match": "https://api-prod.gambitprofit.com/api/matches/36498a20-7cbd-4550-883c-f762fbd3084d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-17T11:06:51.341038-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": "BOS (B Bello)",
                "amount": 5527.0
            },
            {
                "team": "SEA (M Gonzales)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec035957-bc02-4c25-8f62-1f1200ac111f",
            "gambit_id": "c0404d7d-0091-485b-a085-73247320ef9f",
            "last_updated": "2023-05-18T11:47:20.028483-04:00",
            "created_at": "2023-05-17T11:06:51.343020-04:00",
            "name": "BOS (B Bello)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fbc8a55-118e-444c-b697-6269e19dc057/?format=api"
        },
        {
            "id": "5e6ca2db-bb4a-4933-80a5-a338ccc03a28",
            "gambit_id": "f4347390-4783-41d3-93a0-082241817c7a",
            "last_updated": "2023-05-18T11:47:20.030252-04:00",
            "created_at": "2023-05-17T11:06:51.345159-04:00",
            "name": "SEA (M Gonzales)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fbc8a55-118e-444c-b697-6269e19dc057/?format=api"
        }
    ]
}