GET /api/bet_types/6702a5bd-7564-4321-a77c-0b0a209fd3de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6702a5bd-7564-4321-a77c-0b0a209fd3de",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d806774-d43b-49f2-b644-d92e26a108fa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:53.381245-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": "Vancouver Canucks",
                "amount": 6035.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3965.0
            }
        ],
        "expected_reward_tokens": 9595.3,
        "profit_sb": 95.3,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "843ac222-9acd-4b2f-8b80-d76ceebf8e77",
            "gambit_id": "9c700a33-4d37-4dd4-922d-c124f1768b6e",
            "last_updated": "2023-01-19T09:37:17.971429-05:00",
            "created_at": "2023-01-18T09:16:53.384355-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6702a5bd-7564-4321-a77c-0b0a209fd3de/?format=api"
        },
        {
            "id": "3daa7d48-3dd2-451c-9716-378d76a1b047",
            "gambit_id": "b01e8805-45fb-4f23-b503-0be9de201022",
            "last_updated": "2023-01-19T09:37:17.972523-05:00",
            "created_at": "2023-01-18T09:16:53.387754-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.42000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6702a5bd-7564-4321-a77c-0b0a209fd3de/?format=api"
        }
    ]
}