GET /api/bet_types/0ed4f7f2-0c9a-4ad9-a1aa-bb9042dbe526/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ed4f7f2-0c9a-4ad9-a1aa-bb9042dbe526",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d21950e-9a26-492c-9bcd-2cea7b9a0bc4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-30T08:58:06.967498-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0427d72-c442-45ee-ac0a-465b65989008",
            "gambit_id": "c90f7c73-b16d-441a-b5a1-ecfffaf556a2",
            "last_updated": "2024-01-31T21:53:06.523833-05:00",
            "created_at": "2024-01-30T08:58:06.973843-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ed4f7f2-0c9a-4ad9-a1aa-bb9042dbe526/?format=api"
        },
        {
            "id": "7e633a34-834a-4995-b0d8-5065517c9e22",
            "gambit_id": "b10ac6cb-6d74-432e-9b8f-dcf725eecb5f",
            "last_updated": "2024-01-31T21:53:06.527193-05:00",
            "created_at": "2024-01-30T08:58:06.978353-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ed4f7f2-0c9a-4ad9-a1aa-bb9042dbe526/?format=api"
        }
    ]
}