GET /api/bet_types/ab8946f0-a06f-4264-91cd-fcb6f0033006/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab8946f0-a06f-4264-91cd-fcb6f0033006",
    "match": "https://api-prod.gambitprofit.com/api/matches/3055730b-741f-44d2-9394-b39ae2fe11e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T09:38:25.529193-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": "SEA (L Castillo)",
                "amount": 5827.0
            },
            {
                "team": "BAL (K Gibson)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "e947fd53-2262-4954-aebf-21ecc3118c48",
            "gambit_id": "38f342b4-12d8-460a-8f6c-ee9f31b633d5",
            "last_updated": "2023-08-12T11:33:02.523062-04:00",
            "created_at": "2023-08-11T09:38:25.542423-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab8946f0-a06f-4264-91cd-fcb6f0033006/?format=api"
        },
        {
            "id": "26359e07-f4b7-4c25-809b-fb76ebb758f8",
            "gambit_id": "af2c3d3e-8303-4cd0-8092-e5958c123527",
            "last_updated": "2023-08-12T11:33:02.519713-04:00",
            "created_at": "2023-08-11T09:38:25.536299-04:00",
            "name": "BAL (K Gibson)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab8946f0-a06f-4264-91cd-fcb6f0033006/?format=api"
        }
    ]
}