GET /api/bet_types/b7e0647e-e524-4a2d-9032-9aa8b1570b62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7e0647e-e524-4a2d-9032-9aa8b1570b62",
    "match": "https://api-prod.gambitprofit.com/api/matches/55af6a6c-ee30-4a48-a552-be7e5c065d76/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-02T15:42:11.071614-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": "MIL (F Peralta)",
                "amount": 6025.0
            },
            {
                "team": "COL (R Feltner)",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "49b5c2c6-9f38-4a26-9bc5-c07867182fb9",
            "gambit_id": "dcf721ab-8dc6-4954-94b6-ca141f1565ad",
            "last_updated": "2023-05-03T12:12:17.083735-04:00",
            "created_at": "2023-05-02T15:42:11.074313-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.59000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e0647e-e524-4a2d-9032-9aa8b1570b62/?format=api"
        },
        {
            "id": "7345aad7-8311-4b85-9c95-d1180cb297dd",
            "gambit_id": "706d5ebe-fb09-487a-b17b-da87294267b9",
            "last_updated": "2023-05-03T12:12:17.082211-04:00",
            "created_at": "2023-05-02T15:42:11.072860-04:00",
            "name": "COL (R Feltner)",
            "reward": "2.41000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e0647e-e524-4a2d-9032-9aa8b1570b62/?format=api"
        }
    ]
}