GET /api/bet_types/35c154b9-4283-4a35-a7a3-f0e7c456580f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35c154b9-4283-4a35-a7a3-f0e7c456580f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe788e1d-282f-44fd-a794-f62a4d73ea40/?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": "New York Giants",
                "amount": 5000.0
            },
            {
                "team": "New York Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "318b4d04-7b6f-4bec-b333-a2faf7128528",
            "gambit_id": "7a93e31d-01f6-4fc1-953d-083cbd208c2d",
            "last_updated": "2022-08-29T14:17:10.765311-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c154b9-4283-4a35-a7a3-f0e7c456580f/?format=api"
        },
        {
            "id": "52b7ec3a-0b90-425c-aeef-38e02de3e03f",
            "gambit_id": "ca5cd27f-e1f1-4744-bc2e-90fea62107a6",
            "last_updated": "2022-08-29T14:17:10.764904-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35c154b9-4283-4a35-a7a3-f0e7c456580f/?format=api"
        }
    ]
}