GET /api/bet_types/6801d73e-c4a7-499c-ba72-50b2bfd6e8fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6801d73e-c4a7-499c-ba72-50b2bfd6e8fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/60668e51-ff2b-4669-8d14-67f6190ced27/?format=api",
    "name": "Play the Odds",
    "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": "LAA",
                "amount": 5205.0
            },
            {
                "team": "NYY",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce5e6409-c9f4-4300-b908-b6c233d40197",
            "gambit_id": "08d535e9-6706-4ae3-a410-6e29d434dc8e",
            "last_updated": "2022-08-31T11:42:12.751282-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6801d73e-c4a7-499c-ba72-50b2bfd6e8fb/?format=api"
        },
        {
            "id": "29f1b95e-d4cd-43e4-8162-aec42b764924",
            "gambit_id": "5160f41f-3aef-4527-b0e5-0ba92c329d31",
            "last_updated": "2022-08-31T11:42:12.751788-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6801d73e-c4a7-499c-ba72-50b2bfd6e8fb/?format=api"
        }
    ]
}