GET /api/bet_types/7b6287a0-9702-4cae-bc7a-45d4eff2cf46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b6287a0-9702-4cae-bc7a-45d4eff2cf46",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb03babc-36af-4af2-b67b-bbcaa15f199c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:16.320544-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "799a8a20-8981-476b-bf6b-9293ea69ba34",
            "gambit_id": "1b56572b-c7fb-4047-977c-f2929cd81f2a",
            "last_updated": "2023-01-22T21:17:16.113108-05:00",
            "created_at": "2023-01-21T10:22:16.321694-05:00",
            "name": "Phoenix Suns",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b6287a0-9702-4cae-bc7a-45d4eff2cf46/?format=api"
        },
        {
            "id": "5748d12f-7c3e-4ecb-b690-b7d569cc2c07",
            "gambit_id": "47fce80f-f809-4aa5-95fa-66e9ab616e03",
            "last_updated": "2023-01-22T21:17:16.114257-05:00",
            "created_at": "2023-01-21T10:22:16.323097-05:00",
            "name": "Indiana Pacers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b6287a0-9702-4cae-bc7a-45d4eff2cf46/?format=api"
        }
    ]
}